mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
dismiss view on task click
This commit is contained in:
parent
a60b11dca7
commit
9e7821c75f
1 changed files with 4 additions and 0 deletions
|
|
@ -123,6 +123,10 @@ Window {
|
|||
}
|
||||
text: "Task " + modelData
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: window.hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue