From 760c37b52ecc5a3f47d4aa009fe1528ac3b5345b Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Fri, 2 Aug 2024 17:22:50 +0200 Subject: fix(files): show folder sharing overlay on received shares Signed-off-by: skjnldsv Signed-off-by: nextcloud-command --- apps/files/src/components/FileEntry/FileEntryPreview.vue | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/files/src/components/FileEntry/FileEntryPreview.vue b/apps/files/src/components/FileEntry/FileEntryPreview.vue index 8022af9218e..2e43338cf05 100644 --- a/apps/files/src/components/FileEntry/FileEntryPreview.vue +++ b/apps/files/src/components/FileEntry/FileEntryPreview.vue @@ -200,6 +200,8 @@ export default Vue.extend({ return AccountGroupIcon case 'collective': return CollectivesIcon + case 'shared': + return AccountPlusIcon } return null -- cgit v1.2.3