mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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
|
||||
focus: keypadOpen && !isPinMode
|
||||
z: 1
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
|
||||
onFocusChanged: {
|
||||
if (focus) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue