2import QGroundControl.Controls
5 text: qsTr("Checklist")
6 iconSource: "/qmlimages/check.svg"
8 enabled: _useChecklist && _activeVehicle && !_activeVehicle.armed
10 property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle
11 property bool _useChecklist: QGroundControl.settingsManager.appSettings.useChecklist.rawValue && QGroundControl.corePlugin.options.preFlightChecklistUrl.toString().length