samueljun / tomato-clock

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

removed erroneous modulo #98

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!

(both this time :see_no_evil:)

samueljun commented 3 years ago

Thanks for the fix!