mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 17:32:40 +00:00
Make icons render properly when opening shadPS4 with a light mode system theme
This commit is contained in:
parent
71554606cb
commit
4514dd1207
@ -998,7 +998,6 @@ void MainWindow::SetLastUsedTheme() {
|
|||||||
SetUiIcons(false);
|
SetUiIcons(false);
|
||||||
} else if (isSystemDarkMode == false) {
|
} else if (isSystemDarkMode == false) {
|
||||||
isIconBlack = true;
|
isIconBlack = true;
|
||||||
SetUiIcons(true);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user