Переглянути джерело

configure_hotkeys: Remove unnecessary Settings::Apply() call

Nothing from the hotkeys dialog relies on this call occurring, and is
already called from the dialog that calls applyConfiguration().
Lioncash 7 роки тому
батько
коміт
88cd5e888e
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/yuzu/configuration/configure_hotkeys.cpp

+ 0 - 1
src/yuzu/configuration/configure_hotkeys.cpp

@@ -111,7 +111,6 @@ void ConfigureHotkeys::applyConfiguration(HotkeyRegistry& registry) {
     }
 
     registry.SaveHotkeys();
-    Settings::Apply();
 }
 
 void ConfigureHotkeys::retranslateUi() {