mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Changed audio to muted by default to avoid error on autoplay without user interact.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user