Browse Source

JoystickconfigButtons: add label saying shift functions are not useable together with qgc function

QGC4.4
Willian Galvani 3 years ago committed by Patrick José Pereira
parent
commit
0eca55c750
  1. 6
      src/VehicleSetup/JoystickConfigButtons.qml

6
src/VehicleSetup/JoystickConfigButtons.qml

@ -237,6 +237,12 @@ ColumnLayout { @@ -237,6 +237,12 @@ ColumnLayout {
}
QGCLabel {
text: qsTr("QGC functions do not support shift actions")
width: ScreenTools.defaultFontPixelWidth * 15
visible: hasFirmwareSupport && !buttonActionCombo.isFwAction
anchors.verticalCenter: parent.verticalCenter
}
QGCLabel {
text: qsTr("No firmware support")
width: ScreenTools.defaultFontPixelWidth * 15
visible: !hasFirmwareSupport

Loading…
Cancel
Save