Browse Source

One last one

QGC4.4
Gus Grubba 7 years ago
parent
commit
0f944190fa
  1. 2
      src/AutoPilotPlugins/PX4/PowerComponent.qml

2
src/AutoPilotPlugins/PX4/PowerComponent.qml

@ -379,7 +379,7 @@ SetupPage { @@ -379,7 +379,7 @@ SetupPage {
QGCCheckBox {
id: showUAVCAN
text: qsTr("Show UAVCAN Settings")
checked: uavcanEnable.rawValue !== 0
checked: uavcanEnable ? uavcanEnable.rawValue !== 0 : false
}
QGCGroupBox {

Loading…
Cancel
Save