From d99c9312195c2d5b867fa85e7b5aae8530fbf9b9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 24 Mar 2016 21:42:20 -0700 Subject: 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 --- qt-mobile/qml/CloudCredentials.qml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index 73722d3a0..b31e59c03 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -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 } } -- cgit v1.2.3-70-g09d2