Qt: Recreate main window/children when changing themes

This commit is contained in:
Connor McLaughlin 2021-08-16 14:07:08 +10:00
parent 35bb20e586
commit 15b1420246
1 changed files with 1 additions and 0 deletions

View File

@ -1321,6 +1321,7 @@ void MainWindow::setTheme(const QString& theme)
setStyleFromSettings();
setIconThemeFromSettings();
updateMenuSelectedTheme();
recreate();
}
void MainWindow::setStyleFromSettings()