change settings layout, add option for minuteHand and more..

This commit is contained in:
darksignal7
2025-10-05 01:40:07 +03:00
parent 25f6f09d22
commit 9726f0f586
3 changed files with 175 additions and 58 deletions
@@ -131,12 +131,12 @@ Singleton {
property real scale: 1
property int clockSides: 12
property JsonObject cookie: JsonObject {
property bool hourDots: true
property string dialNumberStyle: "dots" // Options: "dots" , "numbers", "none"
property string minuteHandStyle: "medium" // Options: "medium", "bold"
property string secondHandStyle: "dot" // Options: "dot", "line" , "none"
property bool timeIndicators: true
property bool minuteHandSizeAdjust: true
property bool centerGlow: true
property bool waveAnimation: true
property bool secondDot: true
}
}