mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-26 01:36:59 +00:00
Other Misc Updates
This commit is contained in:
parent
79f3ea5cfa
commit
1d86653c9d
5 changed files with 73 additions and 45 deletions
|
|
@ -1964,6 +1964,8 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
}
|
||||
);
|
||||
|
||||
public string FavoriteStatusText => SelectedApplication?.Favorite == false ? LocaleManager.Instance[LocaleKeys.GameListContextMenuAddToFavorites] : LocaleManager.Instance[LocaleKeys.GameListContextMenuRemoveFromFavorites];
|
||||
|
||||
public static RelayCommand<MainWindowViewModel> CreateApplicationShortcut { get; } =
|
||||
Commands.CreateConditional<MainWindowViewModel>(vm => vm?.SelectedApplication != null,
|
||||
viewModel => ShortcutHelper.CreateAppShortcut(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue