Explorar el Código

main: Apply settings after applet configuration is complete.

Morph hace 6 años
padre
commit
6597b3817c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/yuzu/main.cpp

+ 4 - 0
src/yuzu/main.cpp

@@ -295,6 +295,10 @@ void GMainWindow::ControllerSelectorReconfigureControllers(
 
     emit ControllerSelectorReconfigureFinished();
 
+    // Don't forget to apply settings.
+    Settings::Apply();
+    config->Save();
+
     UpdateStatusButtons();
 }