mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
Merge pull request #2230 from jpark37/allow-theme-reload
UI: Allow switch to existing theme to reload
This commit is contained in:
@@ -3509,8 +3509,7 @@ void OBSBasicSettings::on_theme_activated(int idx)
|
||||
if (currT == defaultTheme)
|
||||
currT = DEFAULT_THEME;
|
||||
|
||||
if (currT != App()->GetTheme())
|
||||
App()->SetTheme(currT.toUtf8().constData());
|
||||
App()->SetTheme(currT.toUtf8().constData());
|
||||
}
|
||||
|
||||
void OBSBasicSettings::on_listWidget_itemSelectionChanged()
|
||||
|
||||
Reference in New Issue
Block a user