From a12f892841399163fbc12e72c61c7ed6fae882cf Mon Sep 17 00:00:00 2001 From: Redson Date: Tue, 15 Nov 2022 05:46:24 -0300 Subject: fix: Check the box when the theme is changed via settings Signed-off-by: Redson --- launcher/ui/MainWindow.cpp | 1 + 1 file changed, 1 insertion(+) 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: -- cgit