diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BackgroundConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |