diff --git a/Modules/Time.qml b/Modules/Time.qml index a0ef30c..542f13f 100644 --- a/Modules/Time.qml +++ b/Modules/Time.qml @@ -7,7 +7,7 @@ Singleton { id: root 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 readonly property string hourStr: timeComponents[0] ?? "" readonly property int hours: clock.hours