Revert "UI: Don't set theme if it didn't change"
This reverts commit b4a2eacba744ca52f0356e7b8c4c69156e52b2ac.
This commit is contained in:
parent
a772e74286
commit
3ae1c1470f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user