Timothy J. Baek 1 năm trước cách đây
mục cha
commit
b660a4815e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

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