mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
don't hide the window immediately
This commit is contained in:
parent
3d05b209d8
commit
b1de6bcb24
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ Window {
|
|||
anchors.fill: parent
|
||||
onClicked: {
|
||||
mouseArea.state = "closed";
|
||||
window.visible = false;
|
||||
//window.visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue