mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
prefs: git_local_only is not a preference
It's the current state of the app, so it should be a global variable, not a preference. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6e4a253896
commit
ae653703a5
11 changed files with 44 additions and 62 deletions
|
@ -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() <<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue