summaryrefslogtreecommitdiff
path: root/modules/notifications/Notification.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-11 20:10:10 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-11 20:10:10 +1000
commit925c5176ae474f82082e863c6695c56ec7248494 (patch)
tree49412b682e24ab1cce426b89e27eda3b32af4c36 /modules/notifications/Notification.qml
parentfeat: mpris shortcuts + ipc (diff)
downloadcaelestia-shell-925c5176ae474f82082e863c6695c56ec7248494.tar.gz
caelestia-shell-925c5176ae474f82082e863c6695c56ec7248494.tar.bz2
caelestia-shell-925c5176ae474f82082e863c6695c56ec7248494.zip
notifs: disable listview interactivity
Diffstat (limited to 'modules/notifications/Notification.qml')
-rw-r--r--modules/notifications/Notification.qml1
1 files changed, 0 insertions, 1 deletions
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