Skip to content
Snippets Groups Projects
Commit 6597b381 authored by Morph's avatar Morph
Browse files

main: Apply settings after applet configuration is complete.

parent 7299356f
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,10 @@ void GMainWindow::ControllerSelectorReconfigureControllers(
emit ControllerSelectorReconfigureFinished();
// Don't forget to apply settings.
Settings::Apply();
config->Save();
UpdateStatusButtons();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment