mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: show cloud access notification when refreshing from menu
If the user requests a refresh we always try to access the cloud and need to show the notification accordingly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fcf1898b0c
commit
3efa20820a
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ void QMLManager::tryRetrieveDataFromBackend()
|
||||||
|
|
||||||
void QMLManager::loadDives()
|
void QMLManager::loadDives()
|
||||||
{
|
{
|
||||||
|
setAccessingCloud(true);
|
||||||
checkCredentialsAndExecute(&QMLManager::loadDivesWithValidCredentials);
|
checkCredentialsAndExecute(&QMLManager::loadDivesWithValidCredentials);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue