summaryrefslogtreecommitdiffstats
path: root/app/TachometerStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/TachometerStyle.qml')
-rw-r--r--app/TachometerStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/TachometerStyle.qml b/app/TachometerStyle.qml
index a632eab..03dfbd7 100644
--- a/app/TachometerStyle.qml
+++ b/app/TachometerStyle.qml
@@ -105,6 +105,7 @@ DashboardGaugeStyle {
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.verticalCenter
anchors.topMargin: 20
+ visible: valueSource.displayNumericSpeeds === true
readonly property int rpmInt: valueSource.rpm
}