mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove the checkbox for remembering the password
In the context of the mobile app this simply makes no sense. If the user doesn't select this option, the app doesn't really work. So why have the option in the first place? Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
246422d03f
commit
d99c931219
3 changed files with 4 additions and 36 deletions
|
@ -17,7 +17,6 @@ Item {
|
|||
function saveCredentials() {
|
||||
manager.cloudUserName = login.text
|
||||
manager.cloudPassword = password.text
|
||||
manager.saveCloudPassword = savePassword.checked
|
||||
manager.saveCloudCredentials()
|
||||
}
|
||||
|
||||
|
@ -68,14 +67,6 @@ Item {
|
|||
MobileComponents.Label {
|
||||
text: "Show password"
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
checked: manager.saveCloudPassword
|
||||
id: savePassword
|
||||
}
|
||||
MobileComponents.Label {
|
||||
text: "Remember"
|
||||
}
|
||||
}
|
||||
Item { width: MobileComponents.Units.gridUnit; height: width }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue