소스 검색

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