notifs: disable listview interactivity
This commit is contained in:
parent
dbe4852ed6
commit
925c5176ae
2 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ Item {
|
|||
clip: true
|
||||
orientation: Qt.Vertical
|
||||
spacing: Appearance.spacing.smaller
|
||||
interactive: false
|
||||
|
||||
delegate: Notification {}
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ StyledRect {
|
|||
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
preventStealing: true
|
||||
cursorShape: pressed ? Qt.ClosedHandCursor : undefined
|
||||
acceptedButtons: Qt.LeftButton | Qt.MiddleButton
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue