diff --git a/src/lib/components/chat/SettingsModal.svelte b/src/lib/components/chat/SettingsModal.svelte index 16303834c..68b8ac0cf 100644 --- a/src/lib/components/chat/SettingsModal.svelte +++ b/src/lib/components/chat/SettingsModal.svelte @@ -580,10 +580,16 @@ {#each visibleTabs as tabId (tabId)} {#if tabId === 'general'} {:else if tabId === 'interface'} {:else if tabId === 'audio'} {:else if tabId === 'chats'} {:else if tabId === 'account'} {:else if tabId === 'about'}