non important commit

This commit is contained in:
benstrb 2026-02-28 23:48:31 +01:00
parent e11313630a
commit b3f4034b36

View file

@ -21,7 +21,7 @@ ShellRoot {
anchors.centerIn: parent anchors.centerIn: parent
color: "#FFFFFF" color: "#FFFFFF"
font.pixelSize: 14 font.pixelSize: 14
text: Qt.formatDateTime(clock.date, "hh\nmm") text: Qt.formatDateTime(root.clock.date, "hh\nmm")
} }
} }
} }