diff options
Diffstat (limited to 'modules/drawers')
| -rw-r--r-- | modules/drawers/Drawers.qml | 1 | ||||
| -rw-r--r-- | modules/drawers/Panels.qml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml index 985f83e..fab1995 100644 --- a/modules/drawers/Drawers.qml +++ b/modules/drawers/Drawers.qml @@ -105,7 +105,6 @@ Variants { id: visibilities property bool osd - property bool notifications: Notifs.popups.length > 0 property bool session property bool launcher property bool dashboard diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index db97362..5ea7e83 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -40,8 +40,6 @@ Item { Notifications.Wrapper { id: notifications - visibility: root.visibilities.notifications - anchors.top: parent.top anchors.right: parent.right } |