diff options
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 |