fix: rm conversationMode

This commit is contained in:
Timothy J. Baek 2024-06-25 12:27:00 -07:00
parent a92c5381fb
commit 8bdbd2f9fb
1 changed files with 0 additions and 4 deletions

View File

@ -191,10 +191,6 @@
if (Object.keys(sentencesAudio).length - 1 === idx) {
speaking = null;
if ($settings.conversationMode) {
document.getElementById('voice-input-button')?.click();
}
}
res(e);