Merge PR #356: Fix unit for pressure in weather view
This commit is contained in:
commit
58dcb1f306
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user