Merge PR #356: Fix unit for pressure in weather view
This commit is contained in:
commit
58dcb1f306
@ -122,7 +122,7 @@ CustomViewBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: (pressureState ? pressureState.value : "N/A") + " %"
|
text: (pressureState ? pressureState.value : "N/A") + " mBar"
|
||||||
}
|
}
|
||||||
ColorIcon {
|
ColorIcon {
|
||||||
name: "../images/weathericons/wind.svg"
|
name: "../images/weathericons/wind.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user