From 478ab5dccf2c081c929b9f9edcc9030e8facdd1f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 10 Oct 2022 12:32:58 +0200 Subject: Fix missing action icon for social avatars Signed-off-by: Christoph Wurst --- src/components/ContactDetails/ContactDetailsAvatar.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/ContactDetails/ContactDetailsAvatar.vue b/src/components/ContactDetails/ContactDetailsAvatar.vue index 1fb49ba3..65a7cca0 100644 --- a/src/components/ContactDetails/ContactDetailsAvatar.vue +++ b/src/components/ContactDetails/ContactDetailsAvatar.vue @@ -66,8 +66,10 @@ + {{ t('contacts', 'Get from ' + network) }} @@ -101,6 +103,7 @@ import Actions from '@nextcloud/vue/dist/Components/NcActions' import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton' import ActionLink from '@nextcloud/vue/dist/Components/NcActionLink' import IconDownload from 'vue-material-design-icons/Download' +import IconCloudDownload from 'vue-material-design-icons/CloudDownload' import IconDelete from 'vue-material-design-icons/Delete' import IconUpload from 'vue-material-design-icons/Upload' import IconFolder from 'vue-material-design-icons/Folder' @@ -124,6 +127,7 @@ export default { ActionLink, Actions, Avatar, + IconCloudDownload, IconDownload, IconDelete, IconUpload, -- cgit v1.2.3