Don't reopen keyboard after krunner dialog closes

This commit is contained in:
Devin Lin 2021-05-28 18:33:53 -04:00
parent 0b6e1435ed
commit 17899f597b

View file

@ -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