viewer: hide album on public route
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/767/head
parent
0ddb478759
commit
123ce4dfb3
|
@ -138,7 +138,7 @@
|
|||
</NcActionButton>
|
||||
<NcActionButton
|
||||
:aria-label="t('memories', 'Add to album')"
|
||||
v-if="config.albums_enabled && !isLocal && canShare"
|
||||
v-if="config.albums_enabled && !isLocal && !routeIsPublic && canShare"
|
||||
@click="updateAlbums"
|
||||
:close-after-click="true"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue