From 2f4054f62e4f0f9c4c39530e5b17fd978a5611ed Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 26 Apr 2024 16:24:14 -0400 Subject: [PATCH] Make sure the Breeze icon is the main icon theme on Windows --- launcher/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index 7407e0d..8945646 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -37,6 +37,7 @@ int main(int argc, char *argv[]) #ifdef Q_OS_WIN BreezeIcons::initIcons(); + QIcon::setThemeName(QStringLiteral("Breeze")); #endif if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) {