Update SettingsViewModel.cs

small fix
This commit is contained in:
Vladimir Sokolov 2025-01-11 10:43:38 +10:00 committed by GitHub
parent 864cd57b51
commit 3352d70ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -519,7 +519,7 @@ namespace Ryujinx.Ava.UI.ViewModels
0 => 0, // "Hotkey 'Exit' is Disabled"
1 => 1, // "Close app. by hotkey"
2 => 2, // "Close game by hotkey"
_ => 0 // "Hotkey 'Exit' is Disabled"
_ => 0
};
// Keyboard Hotkeys
@ -633,7 +633,7 @@ namespace Ryujinx.Ava.UI.ViewModels
0 => 0, // "Hotkey 'Exit' is Disabled",
1 => 1, // "Close app. by hotkey",
2 => 2, // "Close game by hotkey",
_ => 0, // "Hotkey 'Exit' is Disabled"
_ => 0
};
// Keyboard Hotkeys