Closed Anton04 closed 10 years ago
It seams like i dont get the summary view untill the power changes. I.e that i turn something off or on.
To fix this, move the if (total > this.measure) check to updateUsed().
if (total > this.measure)
updateUsed()
Fixed in 4768c03.
It seams like i dont get the summary view untill the power changes. I.e that i turn something off or on.