dashboard crash fix #70

Merged
zach merged 5 commits from dashboard-crash-fix into main 2026-04-22 15:48:25 +02:00
Showing only changes of commit cd86fc53a3 - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@ Singleton {
id: root id: root
readonly property date date: clock.date readonly property date date: clock.date
readonly property string dateStr: format("ddd d MMM - hh:mm") readonly property string dateStr: format("ddd d MMM - hh:mm:ss")
property alias enabled: clock.enabled property alias enabled: clock.enabled
readonly property string hourStr: timeComponents[0] ?? "" readonly property string hourStr: timeComponents[0] ?? ""
readonly property int hours: clock.hours readonly property int hours: clock.hours