mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: when first entering cloud credentials, force cloud connection
With offline the default now, we need to force a connection at least once so that the repos are in sync. And then of course we need to return to the correct state, regardless on whether this connection succeeded or failed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7afcadef53
commit
ba9288fab6
2 changed files with 15 additions and 0 deletions
|
@ -174,6 +174,7 @@ private:
|
|||
bool checkLocation(DiveObjectHelper *myDive, struct dive *d, QString location, QString gps);
|
||||
bool checkDuration(DiveObjectHelper *myDive, struct dive *d, QString duration);
|
||||
bool checkDepth(DiveObjectHelper *myDive, struct dive *d, QString depth);
|
||||
bool currentGitLocalOnly;
|
||||
|
||||
signals:
|
||||
void cloudUserNameChanged();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue