diff --git a/dashboard/frontend/src/routes/Terminal.svelte b/dashboard/frontend/src/routes/Terminal.svelte index e86ec39..03c92ea 100644 --- a/dashboard/frontend/src/routes/Terminal.svelte +++ b/dashboard/frontend/src/routes/Terminal.svelte @@ -100,7 +100,7 @@ onDestroy(() => tabData.forEach((d) => { d.voice?.destroy(); d.ro?.disconnect(); d.ws?.close(); d.term?.dispose(); })); -
+
{#if !activeVoice()?.voiceMode}

Terminal

{/if} @@ -166,18 +166,18 @@ {/if} {#each tabs as tab (tab.id)} -
+
{/each} {#if activeVoice()?.voiceMode} {@const v = activeVoice()} -
+
Voice Mode