samueljun / tomato-clock

Tomato Clock is a simple browser extension for managing your productivity.
GNU General Public License v3.0
334 stars 55 forks source link

removed erroneous modulo #97

Closed 5P5 closed 3 years ago

5P5 commented 3 years ago

panel could not correctly display "Minutes in Tomato" values >59min

e.g. 60min displayed as 00:00 62min as 02:00 90min as 30:00

it would just show the modulo overflow, not the complete minutes!