dispatch('delete')} title="Delete" />
{/if}
(isShowAssetOptions = false)}>
{#if isShowAssetOptions}
{#if showSlideshow}
onMenuClick('playSlideShow')} text="Slideshow" />
{/if}
onMenuClick('addToAlbum')} text="Add to Album" />
onMenuClick('addToSharedAlbum')} text="Add to Shared Album" />
{#if isOwner}
dispatch('toggleArchive')}
text={asset.isArchived ? 'Unarchive' : 'Archive'}
/>
onMenuClick('asProfileImage')} text="As profile picture" />
onJobClick(AssetJobName.RefreshMetadata)}
text={api.getAssetJobName(AssetJobName.RefreshMetadata)}
/>
onJobClick(AssetJobName.RegenerateThumbnail)}
text={api.getAssetJobName(AssetJobName.RegenerateThumbnail)}
/>
{#if asset.type === AssetTypeEnum.Video}
onJobClick(AssetJobName.TranscodeVideo)}
text={api.getAssetJobName(AssetJobName.TranscodeVideo)}
/>
{/if}
{/if}
{/if}
{/if}