|
|
|
@ -584,12 +584,6 @@ QGCView {
@@ -584,12 +584,6 @@ QGCView {
|
|
|
|
|
visible: _guidedController.showContinueMission |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: _guidedController.resumeMissionTitle, |
|
|
|
|
text: _guidedController.resumeMissionMessage, |
|
|
|
|
action: _guidedController.actionResumeMission, |
|
|
|
|
visible: _guidedController.showResumeMission |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: _guidedController.changeAltTitle, |
|
|
|
|
text: _guidedController.changeAltMessage, |
|
|
|
|
action: _guidedController.actionChangeAlt, |
|
|
|
|