mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
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:
parent
7afed04520
commit
df6c73d503
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue