refactor(pip): match timer formatting defaults

This commit is contained in:
Carlos Valente
2025-11-21 16:51:35 +01:00
committed by Carlos Valente
parent 18e6f0d7c4
commit 80ec2d1186
@@ -59,7 +59,7 @@ export function PipTimer({ viewSettings }: PipTimerProps) {
return null;
})();
const secondaryContent = getSecondaryDisplay(message, currentAux, 'min', false, false, false);
const secondaryContent = getSecondaryDisplay(message, currentAux, 'min', false, true, false);
// gather presentation styles
const resolvedTimerColour = getTimerColour(viewSettings, undefined, showWarning, showDanger);