Mobile: Add Warning About Delay for Initial Synch.

Add a warning to the initial login screen telling the user that the
first synchronisation can take a few minutes.
Fixes a misunderstanding pointed out in a recent post in the Subsurface
mailing list.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2023-12-11 23:00:07 +13:00
parent c572148ab6
commit 5ad75e81c3

View file

@ -32,6 +32,9 @@ Kirigami.ScrollablePage {
Layout.margins: Kirigami.Units.gridUnit
Layout.topMargin: Kirigami.Units.gridUnit * 3
text: qsTr("To use Subsurface-mobile with Subsurface cloud storage, please enter your cloud credentials.<br/><br/>" +
"<font color=\"red\">If you are an existing user with dives stored in the cloud then " +
"synchronisation can take a few minutes. Please be patient and wait until your dives appear in " +
"the list.</font><br/><br/>" +
"If this is the first time you use Subsurface cloud storage, enter a valid email (all lower case) " +
"and a password of your choice (letters and numbers).<br/><br/>" +
"To use Subsurface-mobile only with local data on this device, select " +