diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-20 19:14:47 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-20 19:14:47 +1000 |
| commit | 3b492d7faefadb2e3bb77a2cdee8ae954f9b8688 (patch) | |
| tree | 147d64ba079e5d7e7de5421cda4735d93df45ab2 /modules/sidebar/NotifDockList.qml | |
| parent | notifs: persist images (diff) | |
| download | caelestia-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.qml | 1 |
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 |