mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 00:45:32 +08:00
fix(live burst): burst number visible when enabling live speed
This commit is contained in:
parent
7089f74ecb
commit
b21e392038
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export async function update(burst: number): Promise<void> {
|
|||
let state = false;
|
||||
|
||||
export function show(): void {
|
||||
if (Config.liveSpeedStyle === "off") return;
|
||||
if (Config.liveBurstStyle === "off") return;
|
||||
if (!TestState.isActive) return;
|
||||
if (state) return;
|
||||
if (Config.liveBurstStyle === "mini") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue