From f67a0b8420b2a8e6bb63146551d6a842c76c9bda Mon Sep 17 00:00:00 2001 From: quadbyte Date: Mon, 18 Aug 2025 21:40:02 -0400 Subject: [PATCH] GTK/QT theming disabled by default --- Commons/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 4c34668..1ef171b 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -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 } } }