QML UI: clear the flag indicating that we are accessing storage
If the automatic sync is turned off we could be stuck in a state where we always thought that we were already in the middle of a save. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c84f16e7f6
commit
2878236268
@ -148,6 +148,7 @@ void QMLManager::openLocalThenRemote(QString url)
|
||||
set_filename(fileNamePrt.data(), true);
|
||||
if (prefs.git_local_only) {
|
||||
appendTextToLog(QStringLiteral("have cloud credentials, but user asked not to connect to network"));
|
||||
alreadySaving = false;
|
||||
} else {
|
||||
appendTextToLog(QStringLiteral("have cloud credentials, trying to connect"));
|
||||
tryRetrieveDataFromBackend();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user