diff options
Diffstat (limited to 'core/checkcloudconnection.cpp')
-rw-r--r-- | core/checkcloudconnection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/checkcloudconnection.cpp b/core/checkcloudconnection.cpp index ce396ebf6..ffe2094f6 100644 --- a/core/checkcloudconnection.cpp +++ b/core/checkcloudconnection.cpp @@ -63,7 +63,7 @@ bool CheckCloudConnection::checkServer() } } git_storage_update_progress(qPrintable(tr("Cloud connection failed"))); - prefs.git_local_only = true; + git_local_only = true; if (verbose) qDebug() << "connection test to cloud server failed" << reply->error() << reply->errorString() << |