@using LANCommander.Client.Models @using System.Diagnostics @using LANCommander.SDK.Helpers @inject GameService GameService @inject LibraryService LibraryService @inject DownloadService DownloadService @inject ModalService ModalService @if (LibraryService.IsRunning(Game)) { } else { @if (GameActions != null && GameActions.Count() > 0) { @foreach (var action in GameActions) { @action.Name } } @if (Game.Installed) { Uninstall } @MenuExtra