QML UI: actually store the userid setting

Forgot to hook this up.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-14 09:07:14 -08:00
parent 7afed04520
commit df6c73d503

View file

@ -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()
}