Browse Source

Merge pull request #7684 from DonLakeFlyer/GoToMaxDistance

Configurable maximum distance on Go To Location
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
aa8b858826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FlightDisplay/FlightDisplayViewMap.qml

2
src/FlightDisplay/FlightDisplayViewMap.qml

@ -296,7 +296,7 @@ FlightMap { @@ -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

Loading…
Cancel
Save