mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 08:39:34 +00:00
refactor(pip): match timer formatting defaults
This commit is contained in:
committed by
Carlos Valente
parent
18e6f0d7c4
commit
80ec2d1186
@@ -59,7 +59,7 @@ export function PipTimer({ viewSettings }: PipTimerProps) {
|
|||||||
return null;
|
return null;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
const secondaryContent = getSecondaryDisplay(message, currentAux, 'min', false, false, false);
|
const secondaryContent = getSecondaryDisplay(message, currentAux, 'min', false, true, false);
|
||||||
|
|
||||||
// gather presentation styles
|
// gather presentation styles
|
||||||
const resolvedTimerColour = getTimerColour(viewSettings, undefined, showWarning, showDanger);
|
const resolvedTimerColour = getTimerColour(viewSettings, undefined, showWarning, showDanger);
|
||||||
|
|||||||
Reference in New Issue
Block a user