diff options
Diffstat (limited to 'modules/drawers/Panels.qml')
| -rw-r--r-- | modules/drawers/Panels.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index d27dca0..0e592df 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -1,4 +1,3 @@ -import qs.services import qs.config import qs.modules.osd as Osd import qs.modules.notifications as Notifications @@ -64,6 +63,7 @@ Item { id: launcher visibilities: root.visibilities + panels: root anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: parent.bottom |