diff --git a/UI/window-basic-settings.cpp b/UI/window-basic-settings.cpp index 85d78f4e0..04d25a6b1 100644 --- a/UI/window-basic-settings.cpp +++ b/UI/window-basic-settings.cpp @@ -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()