|
|
|
@ -36,7 +36,7 @@ Rectangle {
@@ -36,7 +36,7 @@ Rectangle {
|
|
|
|
|
property var _fileExtension: QGroundControl.settingsManager.appSettings.missionFileExtension |
|
|
|
|
property var _appSettings: QGroundControl.settingsManager.appSettings |
|
|
|
|
property bool _waypointsOnlyMode: QGroundControl.corePlugin.options.missionWaypointsOnly |
|
|
|
|
property bool _showCameraSection: (!_waypointsOnlyMode || QGroundControl.corePlugin.showAdvancedUI) && !_missionVehicle.apmFirmware |
|
|
|
|
property bool _showCameraSection: (_waypointsOnlyMode || QGroundControl.corePlugin.showAdvancedUI) && !_missionVehicle.apmFirmware |
|
|
|
|
property bool _simpleMissionStart: QGroundControl.corePlugin.options.showSimpleMissionStart |
|
|
|
|
property bool _showFlightSpeed: !_missionVehicle.vtol && !_simpleMissionStart && !_missionVehicle.apmFirmware |
|
|
|
|
|
|
|
|
|