Skip to content

Commit

Permalink
Follow: Restore Combobox settings
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Oct 7, 2024
1 parent 459fd03 commit e2d63f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/UI/preferences/GeneralSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e2d63f0

Please sign in to comment.