diff options
Diffstat (limited to 'modules/drawers/Drawers.qml')
| -rw-r--r-- | modules/drawers/Drawers.qml | 6 |
1 files changed, 5 insertions, 1 deletions
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 |