We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65ac44 commit c783fd3Copy full SHA for c783fd3
1 file changed
src/lib/components/admin/Users/Groups/Permissions.svelte
@@ -393,6 +393,23 @@
393
</div>
394
{/if}
395
396
+ <div class="flex flex-col w-full">
397
+ <div class="flex w-full justify-between my-1">
398
+ <div class=" self-center text-xs font-medium">
399
+ {$i18n.t('Folders Sharing')}
400
+ </div>
401
+ <Switch bind:state={permissions.sharing.folders} />
402
403
+ {#if defaultPermissions?.sharing?.folders && !permissions.sharing.folders}
404
+ <div>
405
+ <div class="text-xs text-gray-500">
406
+ {$i18n.t('This is a default user permission and will remain enabled.')}
407
408
409
+ {/if}
410
411
+
412
413
{#if permissions.chat.share}
414
<div class="flex flex-col w-full">
415
<div class="flex w-full justify-between my-1">
0 commit comments