Skip to content

Commit e434bcc

Browse files
authored
Merge pull request #510 from OpenHD/2.3-evo-consti-dev
show_fc_messages_in_hud: default to true
2 parents 2f78265 + 680340f commit e434bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qml/ui/elements/AppSettings.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,5 +396,5 @@ Settings {
396396
property int vehicle_battery_n_cells: 3
397397

398398
// Show FC mavlink messages in the HUD
399-
property bool show_fc_messages_in_hud: false
399+
property bool show_fc_messages_in_hud: true
400400
}

0 commit comments

Comments
 (0)