diff options
Diffstat (limited to 'services/Notifs.qml')
| -rw-r--r-- | services/Notifs.qml | 3 |
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 |