From b5b536ac8f9c63fec48a6fc252e5080de28f68d2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:37:00 +1000 Subject: sidebar: add notifs --- services/Notifs.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/Notifs.qml b/services/Notifs.qml index 7326198..823840c 100644 --- a/services/Notifs.qml +++ b/services/Notifs.qml @@ -37,7 +37,7 @@ Singleton { notif.tracked = true; root.list.push(notifComp.createObject(root, { - popup: !props.dnd, + popup: !props.dnd && ![...Visibilities.screens.values()].some(v => v.sidebar), notification: notif })); } -- cgit v1.2.3-freya