From 5041c95d8a7ab619d7932537074b2db22c6dad3f Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 24 Jan 2021 22:02:16 +0100 Subject: [PATCH] UX: Use live icon in list views as well --- frontend/src/component/photo/list.vue | 2 +- frontend/src/share/photo/list.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/photo/list.vue b/frontend/src/component/photo/list.vue index 9d2bcd868..a43f428e1 100644 --- a/frontend/src/component/photo/list.vue +++ b/frontend/src/component/photo/list.vue @@ -57,7 +57,7 @@ :ripple="false" flat icon large absolute class="input-open" @click.stop.prevent="openPhoto(props.index, true)"> - play_circle_fill + $vuetify.icons.live_photo play_circle_fill diff --git a/frontend/src/share/photo/list.vue b/frontend/src/share/photo/list.vue index 966aff7b1..ecc5be6b5 100644 --- a/frontend/src/share/photo/list.vue +++ b/frontend/src/share/photo/list.vue @@ -53,7 +53,7 @@ :ripple="false" flat icon large absolute class="input-open" @click.stop.prevent="openPhoto(props.index, true)"> - play_circle_fill + $vuetify.icons.live_photo play_circle_fill