mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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
|
||||
Layout.fillWidth: true
|
||||
placeholderText: i18n("Search…")
|
||||
inputMethodHints: Qt.ImhNoPredictiveText // don't need to press "enter" to update text
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue