{$i18n.t('Chat History')}
{ toggleSaveChatHistory(); }} > {#if saveChatHistory === true}
{$i18n.t('On')}
{:else}
{$i18n.t('Off')}
{/if}
{$i18n.t('This setting does not sync across browsers or devices.')}
{ chatImportInputElement.click(); }} >
{$i18n.t('Import Chats')}
{ exportChats(); }} >
{$i18n.t('Export Chats')}
{#if showDeleteConfirm}
{$i18n.t('Are you sure?')}
{ deleteChats(); showDeleteConfirm = false; }} >
{ showDeleteConfirm = false; }} >
{:else}
{ showDeleteConfirm = true; }} >
{$i18n.t('Delete Chats')}
{/if} {#if $user?.role === 'admin' && ($config?.admin_export_enabled ?? true)}
{ exportAllUserChats(); }} >
{$i18n.t('Export All Chats (All Users)')}
{/if}