Live Photos: Change icon in cards view from movie to "play circle" #439
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
4d47a5bef5
commit
adf19db33b
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
|||
</button>
|
||||
<button v-else-if="photo.Type === 'live'" :title="$gettext('Live')"
|
||||
@click.exact="openPhoto(index)">
|
||||
<i>movie</i>
|
||||
<i>play_circle_outline</i>
|
||||
{{ photo.getVideoInfo() }}
|
||||
</button>
|
||||
<button v-else-if="photo.Type === 'animated'" :title="$gettext('Animated')+' GIF'"
|
||||
|
|
Loading…
Reference in a new issue