mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
chore(web): motion photo icon
This commit is contained in:
parent
51dc197b33
commit
275717b8e3
@ -18,7 +18,7 @@
|
||||
mdiMagnifyMinusOutline,
|
||||
mdiMagnifyPlusOutline,
|
||||
mdiMotionPauseOutline,
|
||||
mdiMoviePlayOutline,
|
||||
mdiPlaySpeed,
|
||||
} from '@mdi/js';
|
||||
import { createEventDispatcher } from 'svelte';
|
||||
import ContextMenu from '../shared-components/context-menu/context-menu.svelte';
|
||||
@ -100,7 +100,7 @@
|
||||
{:else}
|
||||
<CircleIconButton
|
||||
isOpacity={true}
|
||||
icon={mdiMoviePlayOutline}
|
||||
icon={mdiPlaySpeed}
|
||||
title="Play Motion Photo"
|
||||
on:click={() => dispatch('playMotionPhoto')}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user