QML UI: different functions for saving Preferences and Cloud Credentials

Tapping Save on those two pages should only update the data that are actually
available on those pages.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-03 14:30:30 -08:00
parent 7a94360a6d
commit a0b83dc2f1
3 changed files with 8 additions and 3 deletions

View file

@ -72,7 +72,7 @@ Item {
manager.cloudUserName = login.text
manager.cloudPassword = password.text
manager.saveCloudPassword = savePassword.checked
manager.savePreferences()
manager.saveCloudCredentials()
stackView.pop()
}
}