Skip to content

update timer's lap type in update_lap

pierre-si requested to merge pierre-si/Solanum:fix-skip into main

Upon pressing the skip button, window's lap_type is updated but timer's lap_type isn't.
At the end of the timer the lap will thus be repeated (cf. the video).
solanum.mkv
This commit calls timer.set_lap_type() in update_lap() so that the timer's lap_type is updated after pressing the skip button.

Edited by pierre-si

Merge request reports