mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
widgets/krunner: No predictive text
This commit is contained in:
parent
f7554adf8f
commit
db29d4b236
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ Item {
|
||||||
focus: true
|
focus: true
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
placeholderText: i18n("Search…")
|
placeholderText: i18n("Search…")
|
||||||
|
inputMethodHints: Qt.ImhNoPredictiveText // don't need to press "enter" to update text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue