From e0d310bf3c63704a13bc215e9b43a5b938b08e96 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Mon, 8 Jun 2026 21:03:35 +0000 Subject: [PATCH] feat(qmldir): add StatusWindow and Helpers singletons --- src/ui/qmldir | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ui/qmldir b/src/ui/qmldir index 4f755d5..52a203d 100644 --- a/src/ui/qmldir +++ b/src/ui/qmldir @@ -1 +1,3 @@ -singleton DeviceContext 1.0 DeviceContext.qml \ No newline at end of file +singleton DeviceContext 1.0 DeviceContext.qml +singleton StatusWindow 1.0 StatusWindow.qml +singleton Helpers 1.0 Helpers.qml \ No newline at end of file