mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-18 15:17:46 +00:00
Make sure the Breeze icon is the main icon theme on Windows
This commit is contained in:
parent
bd3659c2ab
commit
2f4054f62e
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
BreezeIcons::initIcons();
|
BreezeIcons::initIcons();
|
||||||
|
QIcon::setThemeName(QStringLiteral("Breeze"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) {
|
if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue