mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
Changed audio to muted by default to avoid error on autoplay without user interact.
This commit is contained in:
parent
1d0ed86d01
commit
2e2cbd2c2d
@ -75,8 +75,8 @@ let cooldownBGM = 0;
|
||||
|
||||
const defaultSettings = {
|
||||
enabled: false,
|
||||
bgm_muted: false,
|
||||
ambient_muted: false,
|
||||
bgm_muted: true,
|
||||
ambient_muted: true,
|
||||
bgm_volume: 50,
|
||||
ambient_volume: 50,
|
||||
bgm_cooldown: 30
|
||||
|
Loading…
Reference in New Issue
Block a user