fix: tts playback

This commit is contained in:
Timothy J. Baek
2024-02-09 16:37:21 -08:00
parent 5eff0e5f61
commit 40d8605fea
4 changed files with 7 additions and 1 deletions

View File

@@ -62,7 +62,6 @@
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
titleAutoGenerate = settings.titleAutoGenerate ?? true;
speechAutoSend = settings.speechAutoSend ?? false;
responseAutoCopy = settings.responseAutoCopy ?? false;
showUsername = settings.showUsername ?? false;
titleAutoGenerateModel = settings.titleAutoGenerateModel ?? '';