diff --git a/gui/qml/MapManagerPage.qml b/gui/qml/MapManagerPage.qml index 9f2c5278..18d0a82d 100644 --- a/gui/qml/MapManagerPage.qml +++ b/gui/qml/MapManagerPage.qml @@ -101,7 +101,7 @@ PagePL { Connections { target: manager - onMissingInfoChanged: missingInfo.updateText(info) + onMissingInfoChanged: missingInfo.updateText(manager.missingInfo()) onReloadData: updateText(manager.missingInfo()) }