Unverified Commit aa8b8588 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7684 from DonLakeFlyer/GoToMaxDistance

Configurable maximum distance on Go To Location
parents f0994874 d73fc45e
......@@ -296,7 +296,7 @@ FlightMap {
sourceItem: MissionItemIndexLabel {
checked: true
index: -1
label: qsTr("Goto here", "Goto here waypoint")
label: qsTr("Go here", "Go to location waypoint")
}
property bool inGotoFlightMode: activeVehicle ? activeVehicle.flightMode === activeVehicle.gotoFlightMode : false
......
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