mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-22 14:50:31 +03:00
dont animate clicking for locked applets
This commit is contained in:
parent
e7eb06a63e
commit
89e0eaa3ee
@ -472,7 +472,7 @@ Item {
|
||||
id: appletMouseAreaBottom
|
||||
anchors.fill: parent
|
||||
propagateComposedEvents: true
|
||||
visible: (!appletMouseArea.visible || !appletMouseArea.enabled) && !root.editMode
|
||||
visible: (!appletMouseArea.visible || !appletMouseArea.enabled) && !root.editMode && !lockZoom
|
||||
|
||||
property bool pressed: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user