From aeb3822585749a5aad26a520c0a8ceabc986da1e Mon Sep 17 00:00:00 2001 From: davidsastresas Date: Sun, 28 May 2023 04:05:12 +0200 Subject: [PATCH] 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 --- src/ui/preferences/GeneralSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/preferences/GeneralSettings.qml b/src/ui/preferences/GeneralSettings.qml index a3a27b2..f006759 100644 --- a/src/ui/preferences/GeneralSettings.qml +++ b/src/ui/preferences/GeneralSettings.qml @@ -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