mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): prevent photo-only memories showing mute button (#22802)
This commit is contained in:
parent
02beb85642
commit
72f5ca4420
1 changed files with 12 additions and 10 deletions
|
|
@ -403,6 +403,7 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
{#if currentTimelineAssets.some(({ isVideo }) => isVideo)}
|
||||
<div class="w-[50px] dark">
|
||||
<IconButton
|
||||
shape="round"
|
||||
|
|
@ -413,6 +414,7 @@
|
|||
onclick={() => ($videoViewerMuted = !$videoViewerMuted)}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</ControlAppBar>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue