summaryrefslogtreecommitdiffstats
path: root/app/qml/InfoWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/qml/InfoWindow.qml')
-rw-r--r--app/qml/InfoWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/qml/InfoWindow.qml b/app/qml/InfoWindow.qml
index 4acba5d..7183040 100644
--- a/app/qml/InfoWindow.qml
+++ b/app/qml/InfoWindow.qml
@@ -53,7 +53,7 @@ Rectangle {
Layout.fillWidth: true
Layout.alignment: Qt.AlignHCenter
- text: "MPH"
+ text: tbtnavi.mphDisplay ? "MPH" : "KPH"
color: "white"
font.pixelSize: 32
font.bold: true