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 } } }