Skip to content

applets/weather: Always Round temperature

Nate Graham requested to merge ngraham/kdeplasma-addons:round-temperature into master

None of the weather providers still provide decimals for the temperature, so we just always end up displaying "25.0" as the temperature. So let's round it to get rid of the unnecessary decimal.

Before After
Before After

@teams/vdg

BUG: 453615 FIXED-IN: 5.25

Merge request reports