diff options
Diffstat (limited to 'modules/drawers')
| -rw-r--r-- | modules/drawers/Panels.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index 9bde4b2..db97362 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -1,3 +1,4 @@ +import "root:/services" import "root:/config" import "root:/modules/osd" as Osd import "root:/modules/notifications" as Notifications @@ -22,6 +23,8 @@ Item { anchors.fill: parent anchors.margins: BorderConfig.thickness + Component.onCompleted: Visibilities.panels[screen] = this + Osd.Wrapper { id: osd |