mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
mouseArea.state = "closed";
|
mouseArea.state = "closed";
|
||||||
window.visible = false;
|
//window.visible = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue