diff options
Diffstat (limited to 'app/DashboardGaugeStyle.qml')
-rw-r--r-- | app/DashboardGaugeStyle.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/DashboardGaugeStyle.qml b/app/DashboardGaugeStyle.qml index aafe50f..8615790 100644 --- a/app/DashboardGaugeStyle.qml +++ b/app/DashboardGaugeStyle.qml @@ -127,6 +127,7 @@ CircularGaugeStyle { anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.verticalCenter anchors.topMargin: toPixels(0.1) + visible: valueSource.displayNumericSpeeds === true readonly property int kphInt: control.value } |