diff --git a/app/store/config.ts b/app/store/config.ts index 45e21b026..9ffcbb76a 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -84,7 +84,7 @@ export const DEFAULT_CONFIG = { }, ttsConfig: { - enable: false, + enable: true, autoplay: false, engine: DEFAULT_TTS_ENGINE, model: DEFAULT_TTS_MODEL,