diff options
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index c73de4667..47b3d8f50 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -84,7 +84,7 @@ Kirigami.ApplicationWindow { function hideBusyAndConnectModel() { // this is used by QMLManager when done filtering busy.running = false - diveList.diveListModel = diveModel + diveList.diveListModel = diveTripModel } function returnTopPage() { |