From cd86fc53a3004c307e008902003dd57e9f612032 Mon Sep 17 00:00:00 2001 From: zach Date: Wed, 22 Apr 2026 15:38:19 +0200 Subject: [PATCH] restore seconds in time --- Modules/Time.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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