1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-18 07:07:45 +00:00

Make sure the Breeze icon is the main icon theme on Windows

This commit is contained in:
Joshua Goins 2024-04-26 16:24:14 -04:00
parent bd3659c2ab
commit 2f4054f62e

View file

@ -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")) {