mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +00:00
lockscreen: Fix text input not working because of predictive text
This commit is contained in:
parent
abf5be8ccd
commit
1330bb6a0b
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