diff options
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 4b80a8093..d24bfde53 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -1536,6 +1536,9 @@ void loadPreferences() prefs.cloud_git_url = strdup(qPrintable(QString(prefs.cloud_base_url) + "/git")); s.endGroup(); + // Subsurface webservice id is stored outside of the groups + GET_TXT("subsurface_webservice_uid", userid); + // GeoManagement s.beginGroup("geocoding"); #ifdef DISABLED |