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); },