mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 14:49:59 +00:00
main: Apply settings after applet configuration is complete.
This commit is contained in:
parent
7299356f37
commit
6597b3817c
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…
Reference in a new issue