Qt: Fix a couple of theme switching glitches

This commit is contained in:
Stenzek
2024-08-18 13:22:58 +10:00
parent 9d7a3b10c2
commit 6f9e8efee5
11 changed files with 319 additions and 268 deletions

View File

@ -2555,7 +2555,7 @@ int main(int argc, char* argv[])
AutoUpdaterDialog::cleanupAfterUpdate();
// Set theme before creating any windows.
MainWindow::updateApplicationTheme();
QtHost::UpdateApplicationTheme();
// Start logging early.
LogWindow::updateSettings();