From 3352d70ea4ef3d07f18e28232d2c6efa102a420c Mon Sep 17 00:00:00 2001 From: Vladimir Sokolov Date: Sat, 11 Jan 2025 10:43:38 +1000 Subject: [PATCH] Update SettingsViewModel.cs small fix --- src/Ryujinx/UI/ViewModels/SettingsViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs b/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs index 462b6c559..e99db5d74 100644 --- a/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs +++ b/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs @@ -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