Browse Source

GeneralSettings: more desctiptive definition label for updateHomePosition setting:

This effectively sends a mav cmd do_set_home
when GCS location changes. This affects return
to home flight modes, and should be explained
explicitely
QGC4.4
davidsastresas 2 years ago committed by David Sastre
parent
commit
aeb3822585
  1. 2
      src/ui/preferences/GeneralSettings.qml

2
src/ui/preferences/GeneralSettings.qml

@ -182,7 +182,7 @@ Rectangle { @@ -182,7 +182,7 @@ Rectangle {
}
FactCheckBox {
text: qsTr("Update Home Position")
text: qsTr("Update home position based on device location. This will affect return to home")
fact: _updateHomePosition
visible: _updateHomePosition.visible
property Fact _updateHomePosition: QGroundControl.settingsManager.flyViewSettings.updateHomePosition

Loading…
Cancel
Save