Skip to content

Commit 4753884

Browse files
committed
fix: progress always visible in zen mode
1 parent 3994021 commit 4753884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/test/timer-progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function show(): void {
5454
textEl.classList.remove("hidden");
5555
},
5656
});
57-
} else if (Config.mode === "zen" || Config.timerStyle === "mini") {
57+
} else if (Config.timerStyle === "mini") {
5858
animate(miniEl, {
5959
opacity: [0, 1],
6060
duration: applyReducedMotion(125),

0 commit comments

Comments
 (0)