diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-14 09:07:14 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-14 09:07:14 -0800 |
commit | df6c73d50309af09e2359723257a4580f2f9681d (patch) | |
tree | f4dd55e66580ba1a49932664d1ddb1c5910fc320 /qt-mobile | |
parent | 7afed04520900906107774bb0d06f68dd142602e (diff) | |
download | subsurface-df6c73d50309af09e2359723257a4580f2f9681d.tar.gz |
QML UI: actually store the userid setting
Forgot to hook this up.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/Preferences.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml index 24f758f6b..49ea7b057 100644 --- a/qt-mobile/qml/Preferences.qml +++ b/qt-mobile/qml/Preferences.qml @@ -102,6 +102,7 @@ Item { manager.cloudUserName = login.text manager.cloudPassword = password.text manager.saveCloudPassword = savePassword.checked + manager.ssrfGpsWebUserid = userid.text manager.savePreferences() stackView.pop() } |