Skip to content

Commit

Permalink
fix(files): show folder sharing overlay on received shares
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

[skip ci]
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Aug 2, 2024
1 parent 12e6f0f commit 99d2038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/files/src/components/FileEntry/FileEntryPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ export default Vue.extend({
return AccountGroupIcon
case 'collective':
return CollectivesIcon
case 'shared':
return AccountPlusIcon
}
return null
Expand Down

0 comments on commit 99d2038

Please sign in to comment.