summaryrefslogtreecommitdiff
path: root/modules/sidebar/NotifDock.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-20 16:21:42 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-20 16:21:42 +1000
commit5f1ffb32f41d40e0404a81fb9b834a1f12d60a5b (patch)
tree8cf601e32b93ebae525af6e1ce846c22d1f4344d /modules/sidebar/NotifDock.qml
parentsidebar/notifs: dimmer action text (diff)
downloadcaelestia-shell-5f1ffb32f41d40e0404a81fb9b834a1f12d60a5b.tar.gz
caelestia-shell-5f1ffb32f41d40e0404a81fb9b834a1f12d60a5b.tar.bz2
caelestia-shell-5f1ffb32f41d40e0404a81fb9b834a1f12d60a5b.zip
sidebar/notifs: fix interactions outside container
Diffstat (limited to 'modules/sidebar/NotifDock.qml')
-rw-r--r--modules/sidebar/NotifDock.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml
index e3267c3..7c71da8 100644
--- a/modules/sidebar/NotifDock.qml
+++ b/modules/sidebar/NotifDock.qml
@@ -106,6 +106,7 @@ Item {
id: notifList
props: root.props
+ container: view
}
}
}