mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
* only show download button if allowDownload add SelectAll to individual share * fix allow download if not share
This commit is contained in:
parent
3948247055
commit
c065705608
2 changed files with 12 additions and 2 deletions
|
|
@ -351,7 +351,9 @@
|
|||
clearSelect={() => (multiSelectAsset = new Set())}
|
||||
>
|
||||
<CircleIconButton title="Select all" logo={SelectAll} on:click={handleSelectAll} />
|
||||
<DownloadAction filename={album.albumName} sharedLinkKey={sharedLink?.key} />
|
||||
{#if sharedLink?.allowDownload || !isPublicShared}
|
||||
<DownloadAction filename={album.albumName} sharedLinkKey={sharedLink?.key} />
|
||||
{/if}
|
||||
{#if isOwned}
|
||||
<RemoveFromAlbum bind:album />
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue