add ability to hide minute and hour hand

This commit is contained in:
darksignal7
2025-10-05 19:24:29 +03:00
parent 3f9459a07e
commit 8bd4bbe7ea
3 changed files with 15 additions and 2 deletions
@@ -132,8 +132,8 @@ 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 hourHandStyle: "fill" // Options: "fill", "stroke", "hide"
property string minuteHandStyle: "medium" // Options: "medium", "bold", "hide"
property string secondHandStyle: "dot" // Options: "dot", "line" , "none"
property string dateStyle: "rotating" // Options: "rotating", "square", "none"
property bool timeIndicators: true