bg clock: dont enable hour marks by default

This commit is contained in:
end-4
2025-10-12 10:26:30 +02:00
parent 438b2aac65
commit 6d39b63a74
@@ -137,7 +137,7 @@ Singleton {
property string secondHandStyle: "dot" // Options: "dot", "line" , "hide"
property string dateStyle: "bubble" // Options: "border", "rect", "bubble" , "hide"
property bool timeIndicators: true
property bool hourMarks: true
property bool hourMarks: false
property bool dateInClock: true
property bool constantlyRotate: false
}