Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Force menu for shared album content actions
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Sep 20, 2022
commit bf5b9f4d500cd0d9973a9bff9fdb86c78066e6a4
2 changes: 1 addition & 1 deletion src/views/SharedAlbumContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</template>
</NcButton>

<NcActions :aria-label="t('photos', 'Open actions menu')">
<NcActions :force-menu="true" :aria-label="t('photos', 'Open actions menu')">
<ActionDownload v-if="albumFileIds.length > 0"
:selected-file-ids="albumFileIds"
:title="t('photos', 'Download all files in album')">
Expand Down