summaryrefslogtreecommitdiff
path: root/modules/sidebar/NotifDockList.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-20 19:14:47 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-20 19:14:47 +1000
commit3b492d7faefadb2e3bb77a2cdee8ae954f9b8688 (patch)
tree147d64ba079e5d7e7de5421cda4735d93df45ab2 /modules/sidebar/NotifDockList.qml
parentnotifs: persist images (diff)
downloadcaelestia-shell-3b492d7faefadb2e3bb77a2cdee8ae954f9b8688.tar.gz
caelestia-shell-3b492d7faefadb2e3bb77a2cdee8ae954f9b8688.tar.bz2
caelestia-shell-3b492d7faefadb2e3bb77a2cdee8ae954f9b8688.zip
sidebar/notifs: better preview anim
Diffstat (limited to 'modules/sidebar/NotifDockList.qml')
-rw-r--r--modules/sidebar/NotifDockList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sidebar/NotifDockList.qml b/modules/sidebar/NotifDockList.qml
index dbb5092..829365c 100644
--- a/modules/sidebar/NotifDockList.qml
+++ b/modules/sidebar/NotifDockList.qml
@@ -79,6 +79,7 @@ Item {
cursorShape: pressed ? Qt.ClosedHandCursor : undefined
acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton
preventStealing: true
+ enabled: !closed
drag.target: this
drag.axis: Drag.XAxis