summaryrefslogtreecommitdiff
path: root/services/Notifs.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Notifs.qml')
-rw-r--r--services/Notifs.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/Notifs.qml b/services/Notifs.qml
index 2deba75..0012d4b 100644
--- a/services/Notifs.qml
+++ b/services/Notifs.qml
@@ -21,6 +21,9 @@ Singleton {
property bool loaded
onDndChanged: {
+ if (!Config.utilities.toasts.dndChanged)
+ return;
+
if (dnd)
Toaster.toast(qsTr("Do not disturb enabled"), qsTr("Popup notifications are now disabled"), "do_not_disturb_on");
else