mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
click to dismiss the task list
This commit is contained in:
parent
cb3f9617ce
commit
fd88b7add1
1 changed files with 5 additions and 0 deletions
|
|
@ -182,6 +182,11 @@ NanoShell.FullScreenOverlay {
|
|||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
}
|
||||
MouseArea {
|
||||
parent: tasksView.contentItem
|
||||
anchors.fill:parent
|
||||
onClicked: window.hide()
|
||||
}
|
||||
}
|
||||
|
||||
PlasmaComponents.RoundButton {
|
||||
|
|
|
|||
Loading…
Reference in a new issue