فهرست منبع

main: Apply settings after applet configuration is complete.

Morph 6 سال پیش
والد
کامیت
6597b3817c
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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();
 }