Merge PR #356: Fix unit for pressure in weather view

This commit is contained in:
Jenkins nymea 2020-04-03 12:29:53 +02:00
commit 58dcb1f306

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"