From 4d3138592758384a44a9921a76bd6806ed580b99 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 2 Aug 2023 19:30:17 -0700 Subject: [PATCH] viewer: hide album button for local Signed-off-by: Varun Patil --- src/components/viewer/Viewer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/viewer/Viewer.vue b/src/components/viewer/Viewer.vue index 58b3c3f1..844a28ec 100644 --- a/src/components/viewer/Viewer.vue +++ b/src/components/viewer/Viewer.vue @@ -138,7 +138,7 @@ @@ -360,7 +360,7 @@ export default defineComponent({ return this.currentPhoto?.imageInfo?.permissions?.includes('D') ?? false; }, - /** Show share button */ + /** Show share button and add to album button */ canShare(): boolean { return Boolean(this.currentPhoto); },