add hour hand style

This commit is contained in:
darksignal7
2025-10-05 16:17:37 +03:00
parent a90e2132e3
commit 7eb5fa8d8e
3 changed files with 32 additions and 5 deletions
@@ -132,6 +132,7 @@ Singleton {
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 minuteHandStyle: "medium" // Options: "medium", "bold"
property string secondHandStyle: "dot" // Options: "dot", "line" , "none"
property string dateStyle: "rotating" // Options: "rotating", "square", "none"