We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8e635 commit 685ac99Copy full SHA for 685ac99
src/appshell/appshell.cpp
@@ -68,6 +68,10 @@ int AppShell::run(int argc, char** argv)
68
qputenv("QT_STYLE_OVERRIDE", "Fusion");
69
qputenv("QML_DISABLE_DISK_CACHE", "true");
70
71
+#ifdef Q_OS_LINUX
72
+ qputenv("QT_QPA_PLATFORMTHEME", "gtk3");
73
+#endif
74
+
75
const char* appName;
76
if (framework::Version::unstable()) {
77
appName = "MuseScore4Development";
0 commit comments