From 925c5176ae474f82082e863c6695c56ec7248494 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 11 May 2025 20:10:10 +1000 Subject: notifs: disable listview interactivity --- modules/notifications/Content.qml | 1 + modules/notifications/Notification.qml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 75fcb31..0ea6935 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -37,6 +37,7 @@ Item { clip: true orientation: Qt.Vertical spacing: Appearance.spacing.smaller + interactive: false delegate: Notification {} diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index c8516d3..a39b522 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -30,7 +30,6 @@ StyledRect { anchors.fill: parent hoverEnabled: true - preventStealing: true cursorShape: pressed ? Qt.ClosedHandCursor : undefined acceptedButtons: Qt.LeftButton | Qt.MiddleButton -- cgit v1.2.3-freya