diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index b6e2210a4..df1328d50 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -357,6 +357,7 @@ if ($page.url.searchParams.get('call') === 'true') { showCallOverlay.set(true); + showControls.set(true); } selectedModels = selectedModels.map((modelId) =>