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 e655d44 commit 7729b72
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 @@ -211,6 +211,8 @@ export default Vue.extend({
return AccountGroupIcon
case 'collective':
return CollectivesIcon
case 'shared':
return AccountPlusIcon
}
return null
Expand Down

0 comments on commit 7729b72

Please sign in to comment.