Fix unit for pressure

This commit is contained in:
Michael Zanetti 2020-04-03 12:17:00 +02:00
parent 63c65ed9c5
commit bd19c5dabc

View File

@ -122,7 +122,7 @@ CustomViewBase {
}
Label {
text: (pressureState ? pressureState.value : "N/A") + " %"
text: (pressureState ? pressureState.value : "N/A") + " mBar"
}
ColorIcon {
name: "../images/weathericons/wind.svg"