|
|
|
|
@ -403,16 +403,18 @@
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="w-[50px] dark">
|
|
|
|
|
<IconButton
|
|
|
|
|
shape="round"
|
|
|
|
|
variant="ghost"
|
|
|
|
|
color="secondary"
|
|
|
|
|
aria-label={$videoViewerMuted ? $t('unmute_memories') : $t('mute_memories')}
|
|
|
|
|
icon={$videoViewerMuted ? mdiVolumeOff : mdiVolumeHigh}
|
|
|
|
|
onclick={() => ($videoViewerMuted = !$videoViewerMuted)}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
{#if currentTimelineAssets.some(({ isVideo }) => isVideo)}
|
|
|
|
|
<div class="w-[50px] dark">
|
|
|
|
|
<IconButton
|
|
|
|
|
shape="round"
|
|
|
|
|
variant="ghost"
|
|
|
|
|
color="secondary"
|
|
|
|
|
aria-label={$videoViewerMuted ? $t('unmute_memories') : $t('mute_memories')}
|
|
|
|
|
icon={$videoViewerMuted ? mdiVolumeOff : mdiVolumeHigh}
|
|
|
|
|
onclick={() => ($videoViewerMuted = !$videoViewerMuted)}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
{/if}
|
|
|
|
|
</div>
|
|
|
|
|
</ControlAppBar>
|
|
|
|
|
|
|
|
|
|
|