{ if (e.detail === false) { onClose(); } }} align="end" >
{ dispatch('upload', { type: 'files' }); }} >
{$i18n.t('Upload files')}
{ dispatch('upload', { type: 'directory' }); }} >
{$i18n.t('Upload directory')}
{ dispatch('sync', { type: 'directory' }); }} >
{$i18n.t('Sync directory')}
{ dispatch('upload', { type: 'text' }); }} >
{$i18n.t('Add text content')}