summaryrefslogtreecommitdiffstats
path: root/qt-mobile/Preferences.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/Preferences.qml')
-rw-r--r--qt-mobile/Preferences.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/Preferences.qml b/qt-mobile/Preferences.qml
index f03ab8a02..8f4a15328 100644
--- a/qt-mobile/Preferences.qml
+++ b/qt-mobile/Preferences.qml
@@ -50,6 +50,7 @@ Item {
}
CheckBox {
+ checked: manager.saveCloudPassword
id: savePassword
}
@@ -63,6 +64,7 @@ Item {
onClicked: {
manager.cloudUserName = login.text
manager.cloudPassword = password.text
+ manager.saveCloudPassword = savePassword.checked
manager.savePreferences()
stackView.pop()
}