jdrescher2006 / Laufhelden

Sport tracker for Sailfish OS
GNU General Public License v3.0
16 stars 17 forks source link

Update pace string formatting #161

Closed trouyer closed 4 years ago

trouyer commented 4 years ago

Hi,

actually pace is displayed as min:s (e.g: 4:36, 2:3). In case of seconds value under 10, pace rendering doesn't display leading zero. I have update and refactored paceStrAt functions to display this zero.

jdrescher2006 commented 4 years ago

Thanks for that, leading zero is always a good thing!