Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Jan 17, 2025
1 parent dc21406 commit 37488a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/GalleryImageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
/>

<ShareTriggerButtons
v-if="configurationStore.getConfigElement('share.sharing_enabled', false)"
v-if="
configurationStore.getConfigElement('uisettings.gallery_show_print', false) &&
configurationStore.getConfigElement('share.sharing_enabled', false)
"
:triggers="shareButtons"
:direct-access-number-of-buttons="configurationStore.getConfigElement('share.number_direct_access_buttons', 1)"
:current-item-is-image="['image', 'collage', 'collageimage', 'animationimage'].includes(itemRepository[currentSlideIndex]['media_type'])"
Expand Down

0 comments on commit 37488a8

Please sign in to comment.