Skip to content

Commit

Permalink
make sidebar-button and ground battery always on
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 13, 2024
1 parent 21370e0 commit d3a3bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ ScrollView {
color: (Positioner.index % 2 == 0) ? "#8cbfd7f3" : "#00000000"
enabled: true//false // Not yet functional
Text {
text: qsTr("Show Sidebar ProofOfConcept")
text: qsTr("Show Sidebar")
font.weight: Font.Bold
font.pixelSize: 13
anchors.leftMargin: 8
Expand Down
4 changes: 2 additions & 2 deletions qml/ui/elements/AppSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ Settings {


property bool show_air_battery: true
property bool show_ground_battery: true
property bool air_battery_show_voltage_current: true
property bool air_battery_show_single_cell: false
property bool air_battery_use_batt_id_0_only: false

property bool show_ground_battery: false
property bool ground_battery_show_voltage_current: false
property bool ground_battery_show_single_cell: false
property bool ground_battery_show_fc_percent: false
Expand Down Expand Up @@ -413,7 +413,7 @@ Settings {
property double hide_identity_latitude_offset: 0.0
property double hide_identity_longitude_offset: 0.0

property bool show_sidebar: false
property bool show_sidebar: true

property int qopenhd_mavlink_connection_mode: 0;
property string qopenhd_mavlink_connection_manual_tcp_ip: "192.168.178.36"
Expand Down

0 comments on commit d3a3bb1

Please sign in to comment.