diff --git a/UI/window-basic-settings.cpp b/UI/window-basic-settings.cpp index 716a931f9..3289f1937 100644 --- a/UI/window-basic-settings.cpp +++ b/UI/window-basic-settings.cpp @@ -3094,13 +3094,10 @@ void OBSBasicSettings::SaveGeneralSettings() if (themeData == defaultTheme) themeData = DEFAULT_THEME; - if (WidgetChanged(ui->theme)) { + if (WidgetChanged(ui->theme)) config_set_string(GetGlobalConfig(), "General", "CurrentTheme2", QT_TO_UTF8(themeData)); - App()->SetTheme(themeData.toUtf8().constData()); - } - #if defined(_WIN32) || defined(__APPLE__) if (WidgetChanged(ui->enableAutoUpdates)) config_set_bool(GetGlobalConfig(), "General",