Skip to content

timerbutton: Allow the progress to got to 2

Adrien Plazas requested to merge progress into master

This fixes a regression where the progress was looping between 0 and 1 instead of 0 and 2. It does so by performing a simple floating point modulus.

This makes the timer have two phases again.

Merge request reports