mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 09:13:14 +03:00
fix(web): prevent photo-only memories showing mute button (#22802)
This commit is contained in:
@@ -403,6 +403,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{#if currentTimelineAssets.some(({ isVideo }) => isVideo)}
|
||||||
<div class="w-[50px] dark">
|
<div class="w-[50px] dark">
|
||||||
<IconButton
|
<IconButton
|
||||||
shape="round"
|
shape="round"
|
||||||
@@ -413,6 +414,7 @@
|
|||||||
onclick={() => ($videoViewerMuted = !$videoViewerMuted)}
|
onclick={() => ($videoViewerMuted = !$videoViewerMuted)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</ControlAppBar>
|
</ControlAppBar>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user