make code more readable

This commit is contained in:
darksignal7
2025-10-05 17:10:59 +03:00
parent 0f7f7d997b
commit 7f8a5315c4
3 changed files with 99 additions and 107 deletions
@@ -131,11 +131,11 @@ Singleton {
property real scale: 1
property int clockSides: 12
property JsonObject cookie: JsonObject {
property string dialNumberStyle: "dots" // Options: "dots" , "numbers", "full" , "none"
property string hourHandStyle: "fill" // Options: "fill", "stroke"
property string dialNumberStyle: "dots" // Options: "dots" , "numbers", "full" , "none"
property string hourHandStyle: "fill" // Options: "fill", "stroke"
property string minuteHandStyle: "medium" // Options: "medium", "bold"
property string secondHandStyle: "dot" // Options: "dot", "line" , "none"
property string dateStyle: "rotating" // Options: "rotating", "square", "none"
property string secondHandStyle: "dot" // Options: "dot", "line" , "none"
property string dateStyle: "rotating" // Options: "rotating", "square", "none"
property bool timeIndicators: true
property bool centerGlow: true
property bool dateInClock: true