mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 07:45:56 +08:00
main: Apply settings after applet configuration is complete.
This commit is contained in:
parent
3742ae763c
commit
c2ca06a65c
@ -295,6 +295,10 @@ void GMainWindow::ControllerSelectorReconfigureControllers(
|
||||
|
||||
emit ControllerSelectorReconfigureFinished();
|
||||
|
||||
// Don't forget to apply settings.
|
||||
Settings::Apply();
|
||||
config->Save();
|
||||
|
||||
UpdateStatusButtons();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user