mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-27 23:04:45 +00:00
lockscreen: Fix text input not working because of predictive text
This commit is contained in:
parent
cca4b38058
commit
a3791ee081
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ Rectangle {
|
||||||
visible: false
|
visible: false
|
||||||
focus: keypadOpen && !isPinMode
|
focus: keypadOpen && !isPinMode
|
||||||
z: 1
|
z: 1
|
||||||
|
inputMethodHints: Qt.ImhNoPredictiveText
|
||||||
|
|
||||||
onFocusChanged: {
|
onFocusChanged: {
|
||||||
if (focus) {
|
if (focus) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue