chore: use var instead of list

This commit is contained in:
kirisaki-vk
2025-08-29 09:51:08 +03:00
parent 28c9cacf68
commit 45894c3255
@@ -174,7 +174,10 @@ Singleton {
property bool showAppIcons: true
property bool alwaysShowNumbers: false
property int showNumberDelay: 300 // milliseconds
property list<string> numberMapping: []
property var numberMapping: {
"1": "1",
"2": "2"
}
}
property JsonObject weather: JsonObject {
property bool enable: false