Skip to content

Commit 9cc311d

Browse files
committed
Default is_sound_enabled to false just to be safe
1 parent 72c5c71 commit 9cc311d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/sound.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const isWAV = (filepath: string): boolean => {
2020
return path.extname(filepath).toLowerCase() === ".wav"
2121
}
2222

23-
let isSoundEnabled = true
23+
let isSoundEnabled = false
2424

2525
/**
2626
* Set sound configuration

0 commit comments

Comments
 (0)