Skip to content

Commit

Permalink
Fix showing missing info in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Jun 12, 2022
1 parent 4f62ed7 commit 8d2040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/qml/MapManagerPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ PagePL {

Connections {
target: manager
onMissingInfoChanged: missingInfo.updateText(info)
onMissingInfoChanged: missingInfo.updateText(manager.missingInfo())
onReloadData: updateText(manager.missingInfo())
}

Expand Down

0 comments on commit 8d2040a

Please sign in to comment.