Dont deselect certain date indicators when selecting specific date styles

This commit is contained in:
darksignal7
2025-10-06 18:48:40 +03:00
parent 0e89e8dcc2
commit fac79c8a7d
2 changed files with 1 additions and 7 deletions
@@ -22,7 +22,7 @@ Item {
if (!Config.options.time.secondPrecision) return 0;
return secondHandLoader.item.rotation + 45 // +45 degrees to align with minute hand
}
opacity: root.style === "rotating" ? 1.0 : 0
Behavior on opacity {
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)