mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: show better message about dive list at start
Now the message should make more sense. First it tells you that it's looking for dives. Then you get some progress during the git download, and error messages if things failed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7aab635585
commit
a26eda9700
3 changed files with 62 additions and 5 deletions
|
@ -20,7 +20,7 @@ Item {
|
|||
id: welcomeText
|
||||
Layout.fillWidth: true
|
||||
Layout.bottomMargin: MobileComponents.Units.largeSpacing
|
||||
text: "No recorded dives found. You can download your dives to this device from the Subsurface cloud storage service, from your dive computer, or add them manually."
|
||||
text: manager.startPageText
|
||||
wrapMode: Text.WordWrap
|
||||
Layout.columnSpan: 2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue