Selaa lähdekoodia

Remove the commented-out code

Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
Xiaodong Ye 1 vuosi sitten
vanhempi
commit
695bc56144
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/lib/components/chat/SettingsModal.svelte

+ 1 - 2
src/lib/components/chat/SettingsModal.svelte

@@ -618,7 +618,6 @@
 		gravatarEmail = settings.gravatarEmail ?? '';
 
 		speakVoice = settings.speakVoice ?? '';
-		// await voices.set(await speechSynthesis.getVoices());
 
 		const getVoicesLoop = setInterval(async () => {
 			const _voices = await speechSynthesis.getVoices();
@@ -1763,7 +1762,7 @@
 								</div>
 							</div>
 
-							<!-- 
+							<!--
 							<div>
 								<div class=" mb-2.5 text-sm font-medium">
 									Gravatar Email <span class=" text-gray-400 text-sm">(optional)</span>