config: disable visualiser by default
This commit is contained in:
parent
b1de8793f2
commit
ee43b0f7e8
2 changed files with 2 additions and 2 deletions
|
|
@ -211,7 +211,7 @@ default, you must create it manually.
|
|||
},
|
||||
"enabled": true,
|
||||
"visualiser": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"autoHide": true,
|
||||
"rounding": 1,
|
||||
"spacing": 1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue