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
parent ae0914174f
commit 55aaa323ec
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();
}