summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-18 20:37:00 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-18 20:37:00 +1000
commitb5b536ac8f9c63fec48a6fc252e5080de28f68d2 (patch)
tree2ed7263d8769a816ede39e81cde113881007b8b0 /services
parentfeat: add sidebar (diff)
downloadcaelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.tar.gz
caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.tar.bz2
caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.zip
sidebar: add notifs
Diffstat (limited to 'services')
-rw-r--r--services/Notifs.qml2
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
}));
}