From 2186ef3f08acadb22c6f52490996ab3acec904f1 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 21 Apr 2020 17:12:42 +0200 Subject: [PATCH] Frontend: Update icons in settings and library/originals Signed-off-by: Michael Mayer --- frontend/src/pages/library/originals.vue | 2 +- frontend/src/pages/settings/general.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/library/originals.vue b/frontend/src/pages/library/originals.vue index b063b4703..99a962ec9 100644 --- a/frontend/src/pages/library/originals.vue +++ b/frontend/src/pages/library/originals.vue @@ -37,7 +37,7 @@ color="secondary-dark" :label="labels.thumbs" hint="Enable to pre-render thumbnails if not done already. On-demand rendering saves storage but requires a powerful CPU." - prepend-icon="burst_mode" + prepend-icon="photo_size_select_large" persistent-hint > diff --git a/frontend/src/pages/settings/general.vue b/frontend/src/pages/settings/general.vue index 4de7e798f..64ea5c414 100644 --- a/frontend/src/pages/settings/general.vue +++ b/frontend/src/pages/settings/general.vue @@ -33,7 +33,7 @@ color="secondary-dark" :label="labels.thumbs" hint="Enable to pre-render thumbnails if not done already. On-demand rendering saves storage but requires a powerful CPU." - prepend-icon="burst_mode" + prepend-icon="photo_size_select_large" persistent-hint > @@ -47,7 +47,7 @@ color="secondary-dark" :label="labels.group" hint="Files with sequential names like 'IMG_1234 (2)' or 'IMG_1234 copy 2' belong to the same photo." - prepend-icon="file_copy" + prepend-icon="photo_library" persistent-hint >