Merge pull request #623 from lonerOrz/fix/clock

Fix: Add clockItem ID to ClockLoader in CalendarPanel.qml
This commit is contained in:
Lemmy
2025-10-30 13:26:28 -04:00
committed by GitHub
+1
View File
@@ -216,6 +216,7 @@ NPanel {
// Analog clock
ClockLoader {
id: clockItem
anchors.right: parent.right
anchors.rightMargin: Style.marginM
anchors.verticalCenter: parent.verticalCenter