From b3f4034b36aca7cb232aacdeb52315c42d1af5eb Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 28 Feb 2026 23:48:31 +0100 Subject: [PATCH] non important commit --- .../modules/dots/quick_shell/quick_config/config/shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml index 1103f49..3c2ab55 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -21,7 +21,7 @@ ShellRoot { anchors.centerIn: parent color: "#FFFFFF" font.pixelSize: 14 - text: Qt.formatDateTime(clock.date, "hh\nmm") + text: Qt.formatDateTime(root.clock.date, "hh\nmm") } } }