Closed Kaspik closed 6 years ago
If current is 5 and total is 5, everything works correctly. If current is 7 and total is 7, it shows 99% instead of 100% as float value is not 100 because divide is incorrect.
This PR fixes this issue.
If current is 5 and total is 5, everything works correctly. If current is 7 and total is 7, it shows 99% instead of 100% as float value is not 100 because divide is incorrect.
This PR fixes this issue.