|
|
|
@ -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 |
|
|
|
|