From 9523fdf0ebc7f98e0639ac5df2c5d2a25a8abaef Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 21 Sep 2025 14:24:35 +1000 Subject: sidebar/notifs: add link support --- modules/sidebar/NotifDockList.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/sidebar/NotifDockList.qml') diff --git a/modules/sidebar/NotifDockList.qml b/modules/sidebar/NotifDockList.qml index 829365c..b927e91 100644 --- a/modules/sidebar/NotifDockList.qml +++ b/modules/sidebar/NotifDockList.qml @@ -11,6 +11,7 @@ Item { required property Props props required property Flickable container + required property var visibilities readonly property alias repeater: repeater readonly property int spacing: Appearance.spacing.small @@ -145,6 +146,7 @@ Item { modelData: notif.modelData props: root.props container: root.container + visibilities: root.visibilities } Behavior on x { -- cgit v1.2.3-freya