mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
chore(web): motion photo icon
This commit is contained in:
parent
51dc197b33
commit
275717b8e3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue