fix the string of the subsurfice webservice on the settings.
The setting was 'webservice', but this is too wide, since we are supporting more than one. changed it to 'subsurface_webservice_uid' Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
d2b87e0eb5
commit
06ba04ab78
@ -46,7 +46,7 @@ SubsurfaceWebServices* SubsurfaceWebServices::instance()
|
||||
SubsurfaceWebServices::SubsurfaceWebServices(QWidget* parent, Qt::WindowFlags f)
|
||||
{
|
||||
QSettings s;
|
||||
ui.userID->setText(s.value("webservice_uid").toString());
|
||||
ui.userID->setText(s.value("subsurface_webservice_uid").toString());
|
||||
hidePassword();
|
||||
hideUpload();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user