summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/dms/Common/Ref.qml
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-hyprland-theme/theme-data/dms/Common/Ref.qml')
-rw-r--r--raveos-hyprland-theme/theme-data/dms/Common/Ref.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/dms/Common/Ref.qml b/raveos-hyprland-theme/theme-data/dms/Common/Ref.qml
new file mode 100644
index 0000000..406b50c
--- /dev/null
+++ b/raveos-hyprland-theme/theme-data/dms/Common/Ref.qml
@@ -0,0 +1,9 @@
+import QtQuick
+import Quickshell
+
+QtObject {
+ required property Singleton service
+
+ Component.onCompleted: service.refCount++
+ Component.onDestruction: service.refCount--
+}