Add Ctrl+Comma shortcut for settings

See merge request kenji-nx/ryujinx!2
This commit is contained in:
ChromJ 2025-05-24 23:47:13 -05:00 committed by KeatonTheBot
parent 45166424fc
commit 5a86fb9826
4 changed files with 16 additions and 13 deletions

View file

@ -119,17 +119,6 @@ namespace Ryujinx.Ava.UI.Views.Main
Window.ViewModel.AppHost?.Resume();
}
public async void OpenSettings(object sender, RoutedEventArgs e)
{
Window.SettingsWindow = new(Window.VirtualFileSystem, Window.ContentManager);
await Window.SettingsWindow.ShowDialog(Window);
Window.SettingsWindow = null;
ViewModel.LoadConfigurableHotKeys();
}
public async void OpenMiiApplet(object sender, RoutedEventArgs e)
{
string contentPath = ViewModel.ContentManager.GetInstalledContentPath(0x0100000000001009, StorageId.BuiltInSystem, NcaContentType.Program);