notifs: disable listview interactivity

This commit is contained in:
2 * r + 2 * t 2025-05-11 20:10:10 +10:00
parent dbe4852ed6
commit 925c5176ae
2 changed files with 1 additions and 1 deletions

View file

@ -37,6 +37,7 @@ Item {
clip: true
orientation: Qt.Vertical
spacing: Appearance.spacing.smaller
interactive: false
delegate: Notification {}

View file

@ -30,7 +30,6 @@ StyledRect {
anchors.fill: parent
hoverEnabled: true
preventStealing: true
cursorShape: pressed ? Qt.ClosedHandCursor : undefined
acceptedButtons: Qt.LeftButton | Qt.MiddleButton