non important commit

This commit is contained in:
benstrb 2026-03-07 20:13:35 +01:00
parent 413d1a5e9d
commit 853258afe3

View file

@ -16,14 +16,11 @@ ShellRoot {
anchors.bottom: true anchors.bottom: true
implicitWidth: 50 implicitWidth: 50
color: "#1a1b26" color: "#1a1b26"
/*
Text { Text {
anchors.centerIn: parent anchors.centerIn: parent
color: "#FFFFFF" color: "#FFFFFF"
font.pixelSize: 14 font.pixelSize: 14
text: Qt.formatDateTime(root.clock.date, "hh\nmm") }
}
*/
} }
} }
} }