config: disable visualiser by default

This commit is contained in:
2 * r + 2 * t 2025-08-27 23:09:10 +10:00
parent b1de8793f2
commit ee43b0f7e8
2 changed files with 2 additions and 2 deletions

View file

@ -211,7 +211,7 @@ default, you must create it manually.
},
"enabled": true,
"visualiser": {
"enabled": true,
"enabled": false,
"autoHide": true,
"rounding": 1,
"spacing": 1

View file

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