mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Updated default audio extension parameters
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user