Browse Source

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().
pull/15/merge
Lioncash 7 years ago
parent
commit
88cd5e888e
  1. 1
      src/yuzu/configuration/configure_hotkeys.cpp

1
src/yuzu/configuration/configure_hotkeys.cpp

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

Loading…
Cancel
Save