mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
MouseArea {
|
||||||
|
parent: tasksView.contentItem
|
||||||
|
anchors.fill:parent
|
||||||
|
onClicked: window.hide()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaComponents.RoundButton {
|
PlasmaComponents.RoundButton {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue