add date to clock

This commit is contained in:
darksignal7
2025-10-05 01:55:39 +03:00
parent 9726f0f586
commit c643d26bce
3 changed files with 57 additions and 2 deletions
@@ -136,6 +136,7 @@ Singleton {
property string secondHandStyle: "dot" // Options: "dot", "line" , "none"
property bool timeIndicators: true
property bool centerGlow: true
property bool dateInClock: true
property bool waveAnimation: true
}