aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorRedson <redson@riseup.net>2022-11-15 05:46:24 -0300
committerRedson <redson@riseup.net>2022-11-15 05:46:24 -0300
commita12f892841399163fbc12e72c61c7ed6fae882cf (patch)
tree24b0cf525e67625201604b7cc1e357c56703ba55 /launcher/ui
parentaa3ea79f94887aedc91c52860d5a7b6557900a6f (diff)
downloadPrismLauncher-a12f892841399163fbc12e72c61c7ed6fae882cf.tar.gz
PrismLauncher-a12f892841399163fbc12e72c61c7ed6fae882cf.tar.bz2
PrismLauncher-a12f892841399163fbc12e72c61c7ed6fae882cf.zip
fix: Check the box when the theme is changed via settings
Signed-off-by: Redson <redson@riseup.net>
Diffstat (limited to 'launcher/ui')
-rw-r--r--launcher/ui/MainWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.cpp b/launcher/ui/MainWindow.cpp
index f8a37596..e2ab3b46 100644
--- a/launcher/ui/MainWindow.cpp
+++ b/launcher/ui/MainWindow.cpp
@@ -1965,6 +1965,7 @@ void MainWindow::globalSettingsClosed()
proxymodel->sort(0);
updateMainToolBar();
updateToolsMenu();
+ updateThemeMenu();
updateStatusCenter();
// This needs to be done to prevent UI elements disappearing in the event the config is changed
// but Prism Launcher exits abnormally, causing the window state to never be saved: