GTK/QT theming disabled by default

This commit is contained in:
quadbyte 2025-08-18 21:40:02 -04:00
parent ed188ebfda
commit f67a0b8420

View file

@ -206,7 +206,7 @@ Singleton {
property string predefinedScheme: "" property string predefinedScheme: ""
property bool darkMode: true property bool darkMode: true
// External app theming (GTK & Qt) // External app theming (GTK & Qt)
property bool themeApps: true property bool themeApps: false
} }
} }
} }