mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 16:46:24 -04:00
Revert "UI: Don't set theme if it didn't change"
This reverts commit b4a2eacba7.
This commit is contained in:
@@ -3927,8 +3927,7 @@ void OBSBasicSettings::on_theme_activated(int idx)
|
||||
{
|
||||
QString currT = ui->theme->itemData(idx).toString();
|
||||
|
||||
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