mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
InterfacePane: Add BalloonTip to theme combobox
This commit is contained in:

committed by
Admiral H. Curtiss

parent
ae0914174f
commit
55aaa323ec
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user