mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 11:27:50 +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 = {
|
const defaultSettings = {
|
||||||
enabled: false,
|
enabled: true,
|
||||||
bgm_muted: false,
|
bgm_muted: false,
|
||||||
ambient_muted: false,
|
ambient_muted: false,
|
||||||
bgm_volume: 50,
|
bgm_volume: 50,
|
||||||
ambient_volume: 50,
|
ambient_volume: 50,
|
||||||
bgm_cooldown: 10
|
bgm_cooldown: 30
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadSettings() {
|
function loadSettings() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user