make rotating date indicator rotate with secondHand

This commit is contained in:
darksignal7
2025-10-06 18:41:45 +03:00
parent 594dc64824
commit 0e89e8dcc2
2 changed files with 4 additions and 2 deletions
@@ -109,6 +109,7 @@ Item {
// Second hand
Loader {
id: secondHandLoader
active: Config.options.time.secondPrecision && Config.options.background.clock.cookie.secondHandStyle !== "none"
anchors.fill: parent
sourceComponent: SecondHand {