瀏覽代碼

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() {