Revert "UI: Don't set theme if it didn't change"

This reverts commit b4a2eacba7.
master
jp9000 2022-08-18 03:21:49 -07:00
parent a772e74286
commit 3ae1c1470f
1 changed files with 1 additions and 2 deletions

View File

@ -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()