mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
drawer: Fix animation
Don't use tapping on an application to start it like the start of a drawer dragging session
This commit is contained in:
parent
4a52d8b791
commit
30344fd697
1 changed files with 2 additions and 0 deletions
|
|
@ -35,7 +35,9 @@ MouseArea {
|
|||
})
|
||||
}
|
||||
|
||||
propagateComposedEvents: true
|
||||
onClicked: {
|
||||
mouse.accepted = true
|
||||
if (model.applicationRunning) {
|
||||
delegate.launch(0, 0, "", model.applicationName, model.applicationStorageId);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue