diff --git a/src/VehicleSetup/SetupView.qml b/src/VehicleSetup/SetupView.qml index e5f0f86ea6b9c68137a51d4279511231cedd9493..7a1804f528960fc1d1c2ead4bfeec4e7c32a4d76 100644 --- a/src/VehicleSetup/SetupView.qml +++ b/src/VehicleSetup/SetupView.qml @@ -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) }