This commit is contained in:
Paul Larsen 2025-10-16 23:31:24 +02:00
parent 4c85db7834
commit 3272789fb5

View file

@ -164,7 +164,7 @@
>
<CreateSharedLink />
<SelectAllAssets {timelineManager} {assetInteraction} />
<ButtonContextMenu icon={mdiPlus} title={$t('add_to')} offset={{ x:0, y:50 }}>
<ButtonContextMenu icon={mdiPlus} title={$t('add_to')} offset={{ x: 0, y: 50 }}>
<AddToAlbum />
<AddToAlbum shared />
</ButtonContextMenu>
@ -178,7 +178,7 @@
})}
></FavoriteAction>
{/if}
<ButtonContextMenu icon={mdiDotsVertical} title={$t('menu')} offset={{ x:0, y:50 }}>
<ButtonContextMenu icon={mdiDotsVertical} title={$t('menu')} offset={{ x: 0, y: 50 }}>
{#if assetInteraction.isAllUserOwned}
<ChangeDate menuItem />
<ChangeDescription menuItem />