diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-21 14:24:35 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-21 14:24:35 +1000 |
| commit | 9523fdf0ebc7f98e0639ac5df2c5d2a25a8abaef (patch) | |
| tree | a510eab2f41abf791957ba23dd1bdbcde08fbaa9 /modules/sidebar/NotifDockList.qml | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-shell-9523fdf0ebc7f98e0639ac5df2c5d2a25a8abaef.tar.gz caelestia-shell-9523fdf0ebc7f98e0639ac5df2c5d2a25a8abaef.tar.bz2 caelestia-shell-9523fdf0ebc7f98e0639ac5df2c5d2a25a8abaef.zip | |
sidebar/notifs: add link support
Diffstat (limited to 'modules/sidebar/NotifDockList.qml')
| -rw-r--r-- | modules/sidebar/NotifDockList.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |