Commit 27ca8ba4 authored by stefandunca's avatar stefandunca

Fix Done message in Toolbar when switching to Plan View

parent 7807873f
......@@ -71,8 +71,9 @@ Item {
}
// Progress bar
on_ControllerProgressPctChanged: {
Connections {
target: _controllerValid ? _planMasterController.missionController : undefined
onProgressPctChanged: {
if (_controllerProgressPct === 1) {
missionStats.visible = false
uploadCompleteText.visible = true
......@@ -82,6 +83,7 @@ Item {
progressBar.visible = true
}
}
}
Timer {
id: resetProgressTimer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment