aboutsummaryrefslogtreecommitdiffstats
path: root/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'notifications')
-rw-r--r--notifications/NotificationBalloon.qml2
l---------notifications/Status.qml1
2 files changed, 1 insertions, 2 deletions
diff --git a/notifications/NotificationBalloon.qml b/notifications/NotificationBalloon.qml
index e3763da..b8ce0f7 100644
--- a/notifications/NotificationBalloon.qml
+++ b/notifications/NotificationBalloon.qml
@@ -31,7 +31,7 @@ Rectangle {
visible: {
if (Notify.drawerOpen) return false;
if (Notify.snoozeUntil > b.now) return false;
- if (Status.dnd && b.notification.urgency !== "critical") return false;
+ if (Notify.dnd && b.notification.urgency !== "critical") return false;
if (b.notification.expires !== 0 && b.now >= b.notification.expires) return false;
return true;
}
diff --git a/notifications/Status.qml b/notifications/Status.qml
deleted file mode 120000
index e7188a3..0000000
--- a/notifications/Status.qml
+++ /dev/null
@@ -1 +0,0 @@
-../shared/Status.qml \ No newline at end of file