widgets/krunner: No predictive text

This commit is contained in:
Devin Lin 2022-01-09 18:53:39 +00:00
parent f7554adf8f
commit db29d4b236

View file

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