applets/batterymonitor: round battery capacity
Some implementations send a float rather than an int, which causes people to see values like "99.9825%" for new computers. To avoid this, let's round the value.
BUG: 448372 FIXED-IN: 5.24
cc @ratijas
Some implementations send a float rather than an int, which causes people to see values like "99.9825%" for new computers. To avoid this, let's round the value.
BUG: 448372 FIXED-IN: 5.24
cc @ratijas