From e2d63f05460654ad5be2f9924a5511f69eaec469 Mon Sep 17 00:00:00 2001 From: Holden Date: Mon, 7 Oct 2024 00:38:31 -0400 Subject: [PATCH] Follow: Restore Combobox settings --- src/UI/preferences/GeneralSettings.qml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/UI/preferences/GeneralSettings.qml b/src/UI/preferences/GeneralSettings.qml index 81684b32fd9..95e2ec08ae4 100644 --- a/src/UI/preferences/GeneralSettings.qml +++ b/src/UI/preferences/GeneralSettings.qml @@ -48,12 +48,11 @@ SettingsPage { visible: _appSettings.indoorPalette.visible } - FactCheckBoxSlider { - Layout.fillWidth: true - text: qsTr("Stream GCS Position") - fact: _followTarget - visible: _followTarget.visible - property Fact _followTarget: QGroundControl.settingsManager.appSettings.followTarget + LabelledFactComboBox { + label: qsTr("Stream GCS Position") + fact: _appSettings.followTarget + indexModel: false + visible: _appSettings.followTarget.visible } FactCheckBoxSlider {