Add ClockWidget to bar

This commit is contained in:
2025-11-10 13:54:04 +01:00
parent 89b6ac6c86
commit baa8548a0f

View File

@@ -21,7 +21,7 @@ Scope {
implicitHeight: 30 implicitHeight: 30
Text { ClockWidget {
anchors.centerIn: parent anchors.centerIn: parent
text: root.time text: root.time
} }