From ee43b0f7e829c74f84aa030e8c96ae7c2c299b9f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 23:09:10 +1000 Subject: config: disable visualiser by default --- config/BackgroundConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml index e901545..af46053 100644 --- a/config/BackgroundConfig.qml +++ b/config/BackgroundConfig.qml @@ -10,7 +10,7 @@ JsonObject { } component Visualiser: JsonObject { - property bool enabled: true + property bool enabled: false property bool autoHide: true property real rounding: 1 property real spacing: 1 -- cgit v1.2.3-freya