workspace number mapping: rename config var, use list

This commit is contained in:
end-4
2025-08-30 14:59:11 +02:00
parent 45894c3255
commit e5db36e21e
2 changed files with 2 additions and 5 deletions
@@ -174,10 +174,7 @@ Singleton {
property bool showAppIcons: true
property bool alwaysShowNumbers: false
property int showNumberDelay: 300 // milliseconds
property var numberMapping: {
"1": "1",
"2": "2"
}
property list<string> numberMap: ["1", "2"] // Characters to show instead of numbers on workspace indicator
}
property JsonObject weather: JsonObject {
property bool enable: false