Commit 65e45a1e authored by Gus Grubba's avatar Gus Grubba

CP - Don't show "Click Firmware on the left" if firmware upgrade is disabled.

parent 4f0d8ab3
......@@ -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