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
@ -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…
x
Reference in New Issue
Block a user