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
@ -214,6 +214,7 @@ void QMLManager::tryRetrieveDataFromBackend()
|
||||
|
||||
void QMLManager::loadDives()
|
||||
{
|
||||
setAccessingCloud(true);
|
||||
checkCredentialsAndExecute(&QMLManager::loadDivesWithValidCredentials);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user