This commit is contained in:
Timothy J. Baek 2024-02-11 02:27:06 -08:00
parent 3ce8e8a2ae
commit b660a4815e

View file

@ -156,7 +156,7 @@
} else {
isRecording = true;
if ($settings?.voice?.STTEngine ?? '' !== '') {
if ($settings?.audio?.STTEngine ?? '' !== '') {
startRecording();
} else {
if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) {