Commit 4f0c4f01 authored by DoinLakeFlyer's avatar DoinLakeFlyer

Tooltrip Return/Land button will show "Land" for VTOL

parent 4eb11be3
...@@ -629,7 +629,7 @@ Item { ...@@ -629,7 +629,7 @@ Item {
dropPanelComponent: _singleComplexItem ? undefined : patternDropPanel dropPanelComponent: _singleComplexItem ? undefined : patternDropPanel
}, },
{ {
name: _planMasterController.controllerVehicle.fixedWing ? qsTr("Land") : qsTr("Return"), name: _planMasterController.controllerVehicle.multiRotor ? qsTr("Return") : qsTr("Land"),
iconSource: "/res/rtl.svg", iconSource: "/res/rtl.svg",
buttonEnabled: _missionController.isInsertLandValid, buttonEnabled: _missionController.isInsertLandValid,
buttonVisible: _isMissionLayer buttonVisible: _isMissionLayer
......
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