mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 01:07:33 +00:00
Don't reopen keyboard after krunner dialog closes
This commit is contained in:
parent
0b6e1435ed
commit
17899f597b
1 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ Item {
|
|||
visible: false
|
||||
color: "transparent"
|
||||
onVisibleChanged: {
|
||||
if (visible) {
|
||||
if (!visible) {
|
||||
queryField.forceActiveFocus();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue