InterfacePane: Add BalloonTip to theme combobox

This commit is contained in:
Dentomologist 2023-11-04 15:33:19 -07:00 committed by Admiral H. Curtiss
commit 55aaa323ec
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
6 changed files with 76 additions and 20 deletions

View file

@ -118,9 +118,8 @@ QSettings& Settings::GetQSettings()
return settings;
}
void Settings::SetThemeName(const QString& theme_name)
void Settings::TriggerThemeChanged()
{
Config::SetBaseOrCurrent(Config::MAIN_THEME_NAME, theme_name.toStdString());
emit ThemeChanged();
}