mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
lockscreen: Disable vkbd auto capitalization
Otherwise it could be confusing to users when the vkbd auto capitalizes the first letter when typing in the password.
This commit is contained in:
parent
62fa3ad7af
commit
70aef785ca
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ Rectangle {
|
|||
visible: false
|
||||
focus: root.isKeypadOpen && root.lockScreenState.isKeyboardMode
|
||||
z: 1
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
inputMethodHints: Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase | Qt.ImhSensitiveData
|
||||
|
||||
onFocusChanged: {
|
||||
if (focus) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue