Update config schema for display sub-elements (#29)

fixes error: "JsonConfig Error: Property `display.percentX` has been changed to `display.percent.x`"
This commit is contained in:
Max! 2023-11-03 09:05:32 +01:00 committed by GitHub
parent cbc14bea4e
commit 61cd1607eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,9 @@
"right": 1} "right": 1}
}, },
"display": { "display": {
"percentType": 9, // colored percent number "percent": {
"Type": 9
}, // colored percent number
"color": { "color": {
"keys": "magenta", "keys": "magenta",
"title": "bright_blue" "title": "bright_blue"