diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-18 20:37:00 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-18 20:37:00 +1000 |
| commit | b5b536ac8f9c63fec48a6fc252e5080de28f68d2 (patch) | |
| tree | 2ed7263d8769a816ede39e81cde113881007b8b0 /services/Notifs.qml | |
| parent | feat: add sidebar (diff) | |
| download | caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.tar.gz caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.tar.bz2 caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.zip | |
sidebar: add notifs
Diffstat (limited to 'services/Notifs.qml')
| -rw-r--r-- | services/Notifs.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 })); } |