aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-20 12:20:07 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-23 22:45:30 +0100
commit1e6c5d002b63d408b141c290ce4710339f830456 (patch)
tree723de4ff1fa8e5f9f39221efe10242b5ab7bee3a /mobile-widgets/qml/DiveList.qml
parentcf3fcc53b61b1545cf18beff267f7157f9dcd10f (diff)
downloadsubsurface-1e6c5d002b63d408b141c290ce4710339f830456.tar.gz
Mobile/filtering: show a better message while waiting for the filter
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index 639979a97..f02d4f80b 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -362,7 +362,7 @@ Kirigami.ScrollablePage {
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
- text: qsTr("No dives in dive list")
+ text: diveListModel ? qsTr("No dives in dive list") : qsTr("Please wait, filtering dive list")
visible: diveListView.visible && diveListView.count === 0
}
Component {