From 1b69bab95f4f9dc926684834ac69b2a262a8dadb Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sat, 9 Aug 2025 23:58:53 -0400 Subject: [PATCH] NClock --- Modules/Bar/Bar.qml | 2 +- Modules/Bar/Clock.qml => Widgets/NClock.qml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Modules/Bar/Clock.qml => Widgets/NClock.qml (100%) diff --git a/Modules/Bar/Bar.qml b/Modules/Bar/Bar.qml index e4c7f3b..7041f41 100644 --- a/Modules/Bar/Bar.qml +++ b/Modules/Bar/Bar.qml @@ -73,7 +73,7 @@ PanelWindow { Layout.alignment: Qt.AlignVCenter } - Clock {} + NClock {} NIconButton { id: demoPanelToggler diff --git a/Modules/Bar/Clock.qml b/Widgets/NClock.qml similarity index 100% rename from Modules/Bar/Clock.qml rename to Widgets/NClock.qml