mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: userid is stored in General settings
Not inside the CloudStorage group. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
df6c73d503
commit
24404a401d
1 changed files with 1 additions and 1 deletions
|
@ -37,10 +37,10 @@ QMLManager::~QMLManager()
|
|||
void QMLManager::savePreferences()
|
||||
{
|
||||
QSettings s;
|
||||
s.setValue("subsurface_webservice_uid", ssrfGpsWebUserid());
|
||||
s.beginGroup("CloudStorage");
|
||||
s.setValue("email", cloudUserName());
|
||||
s.setValue("save_password_local", saveCloudPassword());
|
||||
s.setValue("subsurface_webservice_uid", ssrfGpsWebUserid());
|
||||
if (saveCloudPassword())
|
||||
s.setValue("password", cloudPassword());
|
||||
s.sync();
|
||||
|
|
Loading…
Add table
Reference in a new issue