mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 11:43:23 +00:00
QML-UI: open cloud storage once credentials were entered
This makes for a much more friendly first use experience: Open Subsurface-mobile, enter your cloud credentials, tap on Save and you see your dive list. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a0b83dc2f1
commit
2413f23cd5
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ void QMLManager::saveCloudCredentials()
|
|||
}
|
||||
}
|
||||
}
|
||||
if (cloudCredentialsChanged)
|
||||
loadDives();
|
||||
}
|
||||
|
||||
void QMLManager::loadDives()
|
||||
|
|
Loading…
Add table
Reference in a new issue