main: Apply settings after applet configuration is complete.
This commit is contained in:
parent
7299356f37
commit
6597b3817c
|
@ -295,6 +295,10 @@ void GMainWindow::ControllerSelectorReconfigureControllers(
|
|||
|
||||
emit ControllerSelectorReconfigureFinished();
|
||||
|
||||
// Don't forget to apply settings.
|
||||
Settings::Apply();
|
||||
config->Save();
|
||||
|
||||
UpdateStatusButtons();
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue