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:
Dirk Hohndel 2015-12-03 14:54:30 -08:00
parent a0b83dc2f1
commit 2413f23cd5

View file

@ -88,6 +88,8 @@ void QMLManager::saveCloudCredentials()
}
}
}
if (cloudCredentialsChanged)
loadDives();
}
void QMLManager::loadDives()