mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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();
|
||||
}
|
||||
}
|
||||
|
|
@ -188,7 +188,7 @@ Item {
|
|||
checked: resultDelegate.activeAction === index
|
||||
focus: resultDelegate.activeAction === index
|
||||
|
||||
Kirigami.Icon{
|
||||
Kirigami.Icon {
|
||||
anchors.centerIn: parent
|
||||
width: units.iconSizes.small
|
||||
height: units.iconSizes.small
|
||||
|
|
|
|||
Loading…
Reference in a new issue