New upstream version 24.0.6+dfsg1

This commit is contained in:
Sebastian Ramacher 2019-12-24 10:07:22 +01:00
parent 4c2ea24267
commit 04fe0efc67
10 changed files with 42 additions and 24 deletions

View file

@ -2726,7 +2726,7 @@ void OBSBasicSettings::SaveGeneralSettings()
themeData = DEFAULT_THEME;
if (WidgetChanged(ui->theme)) {
config_set_string(GetGlobalConfig(), "General", "CurrentTheme",
config_set_string(GetGlobalConfig(), "General", "CurrentTheme2",
QT_TO_UTF8(themeData));
App()->SetTheme(themeData.toUtf8().constData());