From 21e1efd944f39c53c649348559550e18f6a9803b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:10:32 +1000 Subject: config: enable/disable specific toasts --- services/Notifs.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'services/Notifs.qml') 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 -- cgit v1.2.3-freya