|
|
@@ -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()
|