From 853258afe3945b4ccc044450b1a29af0bcd13420 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 7 Mar 2026 20:13:35 +0100 Subject: [PATCH] non important commit --- .../modules/dots/quick_shell/quick_config/config/shell.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 782a108..2cdd223 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -16,14 +16,11 @@ ShellRoot { anchors.bottom: true implicitWidth: 50 color: "#1a1b26" - /* Text { anchors.centerIn: parent color: "#FFFFFF" font.pixelSize: 14 - text: Qt.formatDateTime(root.clock.date, "hh\nmm") -} -*/ + } } } }