summaryrefslogtreecommitdiff
path: root/modules/notifications/Notifications.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notifications/Notifications.qml')
-rw-r--r--modules/notifications/Notifications.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notifications/Notifications.qml b/modules/notifications/Notifications.qml
index fa01d33..52f2a7f 100644
--- a/modules/notifications/Notifications.qml
+++ b/modules/notifications/Notifications.qml
@@ -12,7 +12,7 @@ Variants {
id: root
required property ShellScreen modelData
- property bool osdVisible: Notifs.list.length > 0
+ property bool osdVisible: Notifs.popups.length > 0
LazyLoader {
loading: true