Commit 25166b71 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: convo mode

parent e08bf88e
...@@ -129,6 +129,10 @@ ...@@ -129,6 +129,10 @@
if (Object.keys(sentencesAudio).length - 1 === idx) { if (Object.keys(sentencesAudio).length - 1 === idx) {
speaking = null; speaking = null;
if ($settings.conversationMode) {
document.getElementById('voice-input-button')?.click();
}
} }
res(e); res(e);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment