mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 09:18:07 +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
|
visible: false
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
if (visible) {
|
if (!visible) {
|
||||||
queryField.forceActiveFocus();
|
queryField.forceActiveFocus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -188,7 +188,7 @@ Item {
|
||||||
checked: resultDelegate.activeAction === index
|
checked: resultDelegate.activeAction === index
|
||||||
focus: resultDelegate.activeAction === index
|
focus: resultDelegate.activeAction === index
|
||||||
|
|
||||||
Kirigami.Icon{
|
Kirigami.Icon {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: units.iconSizes.small
|
width: units.iconSizes.small
|
||||||
height: units.iconSizes.small
|
height: units.iconSizes.small
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue