mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-11 16:08:57 +02:00
main: Apply settings after applet configuration is complete.
This commit is contained in:
parent
3742ae763c
commit
c2ca06a65c
1 changed files with 4 additions and 0 deletions
|
|
@ -295,6 +295,10 @@ void GMainWindow::ControllerSelectorReconfigureControllers(
|
|||
|
||||
emit ControllerSelectorReconfigureFinished();
|
||||
|
||||
// Don't forget to apply settings.
|
||||
Settings::Apply();
|
||||
config->Save();
|
||||
|
||||
UpdateStatusButtons();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue