GTK/QT theming disabled by default

This commit is contained in:
quadbyte
2025-08-18 21:40:02 -04:00
parent ed188ebfda
commit f67a0b8420
+1 -1
View File
@@ -206,7 +206,7 @@ Singleton {
property string predefinedScheme: ""
property bool darkMode: true
// External app theming (GTK & Qt)
property bool themeApps: true
property bool themeApps: false
}
}
}