diff options
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 { |