[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-09-16 15:51:35 +02:00
الأصل 54ac409b6c
التزام c15e60d7c9
2 ملفات معدلة مع 3 إضافات و1 حذوفات

عرض الملف

@@ -969,7 +969,7 @@ function roomIsReady() {
BUTTONS.settings.host_only_recording && show(roomRecording);
BUTTONS.main.aboutButton && show(aboutButton);
if (!DetectRTC.isMobileDevice) show(pinUnpinGridDiv);
if (!isSpeechSynthesisSupported) hide(speechIncomingMsg);
if (!isSpeechSynthesisSupported) hide(speechMsgDiv);
handleButtons();
handleSelects();
handleInputs();

عرض الملف

@@ -684,6 +684,8 @@ access to use this app.
<div style="margin-left: 5px" class="form-check form-switch form-switch-md">
<input class="form-check-input" type="checkbox" id="showChatOnMsg" checked />
</div>
</div>
<div id="speechMsgDiv" class="title">
<i class="fas fa-volume-high"></i>
<div style="margin-left: 5px" class="form-check form-switch form-switch-md">
<input class="form-check-input" type="checkbox" id="speechIncomingMsg" />