mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Mobile/filtering: show a better message while waiting for the filter
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cf3fcc53b6
commit
1e6c5d002b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue