click to dismiss the task list

This commit is contained in:
Marco Martin 2020-02-04 20:10:01 +01:00
parent cb3f9617ce
commit fd88b7add1

View file

@ -182,6 +182,11 @@ NanoShell.FullScreenOverlay {
easing.type: Easing.InOutQuad
}
}
MouseArea {
parent: tasksView.contentItem
anchors.fill:parent
onClicked: window.hide()
}
}
PlasmaComponents.RoundButton {