Unverified Commit 7b8ffa90 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7247 from mavlink/dontShowFirmware

Don't show "Click Firmware on the left"
parents ca385003 65e45a1e
......@@ -149,7 +149,7 @@ Rectangle {
wrapMode: Text.WordWrap
font.pointSize: ScreenTools.largeFontPointSize
text: qsTr("Vehicle settings and info will display after connecting your vehicle.") +
(ScreenTools.isMobile ? "" : " Click Firmware on the left to upgrade your vehicle.")
(ScreenTools.isMobile || !_corePlugin.options.showFirmwareUpgrade ? "" : " Click Firmware on the left to upgrade your vehicle.")
onLinkActivated: Qt.openUrlExternally(link)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment