fix: countToEnd should not override display options

This commit is contained in:
arc-alex
2025-11-27 09:12:37 +01:00
committed by Carlos Valente
parent 9a5d50d933
commit 8e93b0af25
3 changed files with 2 additions and 10 deletions
@@ -40,7 +40,7 @@ export function PipTimer({ viewSettings }: PipTimerProps) {
// gather timer data
const totalTime = getTotalTime(time.duration, time.addedTime);
const stageTimer = getTimerByType(false, timerTypeNow, countToEndNow, clock, time, timerTypeNow);
const stageTimer = getTimerByType(false, timerTypeNow, clock, time, timerTypeNow);
const display = getFormattedTimer(stageTimer, timerTypeNow, 'min', {
removeSeconds: false,
removeLeadingZero: false,