mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Do not save WebserviceID in preferences until asked for
Do not save the WebserviceID in the preferences until we ask for this. That is simply wrong. This is definitely not a full fix for all the weirdness that is going in related to the WebserviceID but saving the ID even if we do not ask for it, adds to possible confusion. To always automatically pull in the ID from the server based on cloud credentials, just leave the ID field empty in the network preferences. Fixes: #1013 (well ... a tiny part of this mess) Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
b0fc718f65
commit
97127e1652
1 changed files with 0 additions and 2 deletions
|
@ -336,8 +336,6 @@ void SubsurfaceWebServices::buttonClicked(QAbstractButton *button)
|
|||
if (!d_eq_f || s_eq_d)
|
||||
s.setValue("subsurface_webservice_uid", qDialogUid);
|
||||
set_userid(qDialogUid.toLocal8Bit().data());
|
||||
} else {
|
||||
s.setValue("subsurface_webservice_uid", qDialogUid);
|
||||
}
|
||||
s.sync();
|
||||
hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue