From 6222f969d4e641582544c90053a1fc6fc61da338 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:37:34 +1000 Subject: feat: non persistent bar option --- modules/drawers/Drawers.qml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/drawers/Drawers.qml') diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml index 72d8446..6a4777a 100644 --- a/modules/drawers/Drawers.qml +++ b/modules/drawers/Drawers.qml @@ -107,6 +107,7 @@ Variants { PersistentProperties { id: visibilities + property bool bar property bool osd property bool session property bool launcher @@ -132,9 +133,12 @@ Variants { } } - Bar { + BarWrapper { id: bar + anchors.top: parent.top + anchors.bottom: parent.bottom + screen: scope.modelData visibilities: visibilities popouts: panels.popouts -- cgit v1.2.3-freya