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

fix

parent 3ce8e8a2
......@@ -156,7 +156,7 @@
} else {
isRecording = true;
if ($settings?.voice?.STTEngine ?? '' !== '') {
if ($settings?.audio?.STTEngine ?? '' !== '') {
startRecording();
} else {
if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) {
......
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