mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Updated default audio extension parameters
This commit is contained in:
parent
2ecc0eb7c7
commit
87b9c2aebd
@ -75,12 +75,12 @@ let cooldownBGM = 0;
|
||||
//#############################//
|
||||
|
||||
const defaultSettings = {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
bgm_muted: false,
|
||||
ambient_muted: false,
|
||||
bgm_volume: 50,
|
||||
ambient_volume: 50,
|
||||
bgm_cooldown: 10
|
||||
bgm_cooldown: 30
|
||||
}
|
||||
|
||||
function loadSettings() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user