Make icons render properly when opening shadPS4 with a light mode system theme

This commit is contained in:
tomboylover93 2024-12-22 14:30:06 -03:00
parent 71554606cb
commit 4514dd1207

View File

@ -998,7 +998,6 @@ void MainWindow::SetLastUsedTheme() {
SetUiIcons(false);
} else if (isSystemDarkMode == false) {
isIconBlack = true;
SetUiIcons(true);
}
break;
}