mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile CloudCredentials: hide password on entry
Don't use EmailCharactersOnly input method hint for the password. This fixes the problem of password being displayed on entry, at least on my device. Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6051bf9f89
commit
2cce4ec3a4
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ Item {
|
||||||
id: password
|
id: password
|
||||||
text: manager.cloudPassword
|
text: manager.cloudPassword
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
inputMethodHints: Qt.ImhEmailCharactersOnly |
|
inputMethodHints: Qt.ImhSensitiveData |
|
||||||
Qt.ImhSensitiveData |
|
|
||||||
Qt.ImhHiddenText |
|
Qt.ImhHiddenText |
|
||||||
Qt.ImhNoAutoUppercase
|
Qt.ImhNoAutoUppercase
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue