summaryrefslogtreecommitdiff
path: root/modules/drawers/Drawers.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 12:59:10 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 12:59:10 +1000
commit6eb216475658dda3f921b176ffd6740fc65784ce (patch)
tree0a9e26048df28928399f14fa0359ad85b9bf78e9 /modules/drawers/Drawers.qml
parentlock: fix input dragging (diff)
downloadcaelestia-shell-6eb216475658dda3f921b176ffd6740fc65784ce.tar.gz
caelestia-shell-6eb216475658dda3f921b176ffd6740fc65784ce.tar.bz2
caelestia-shell-6eb216475658dda3f921b176ffd6740fc65784ce.zip
internal: add utilities panel base
Diffstat (limited to 'modules/drawers/Drawers.qml')
-rw-r--r--modules/drawers/Drawers.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml
index 27088a4..72d8446 100644
--- a/modules/drawers/Drawers.qml
+++ b/modules/drawers/Drawers.qml
@@ -111,6 +111,7 @@ Variants {
property bool session
property bool launcher
property bool dashboard
+ property bool utilities
Component.onCompleted: Visibilities.screens[scope.modelData] = this
}