mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 11:35:46 +00: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();
|
emit ControllerSelectorReconfigureFinished();
|
||||||
|
|
||||||
|
// Don't forget to apply settings.
|
||||||
|
Settings::Apply();
|
||||||
|
config->Save();
|
||||||
|
|
||||||
UpdateStatusButtons();
|
UpdateStatusButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue