Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue')
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue20
1 files changed, 5 insertions, 15 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
index 463fdb023..8a8673e09 100644
--- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
@@ -133,36 +133,28 @@
:close-after-click="true"
@click="applyDefaultPermissions">
<template #icon>
- <LockReset :size="20"
- title=""
- decorative />
+ <LockReset :size="20" />
</template>
{{ t('spreed', 'Reset custom permissions') }}
</ActionButton>
<ActionButton :close-after-click="true"
@click="grantAllPermissions">
<template #icon>
- <LockOpenVariant :size="20"
- title=""
- decorative />
+ <LockOpenVariant :size="20" />
</template>
{{ t('spreed', 'Grant all permissions') }}
</ActionButton>
<ActionButton :close-after-click="true"
@click="removeAllPermissions">
<template #icon>
- <Lock :size="20"
- title=""
- decorative />
+ <Lock :size="20" />
</template>
{{ t('spreed', 'Remove all permissions') }}
</ActionButton>
<ActionButton :close-after-click="true"
@click="showPermissionsEditor">
<template #icon>
- <Pencil :size="20"
- title=""
- decorative />
+ <Pencil :size="20" />
</template>
{{ t('spreed', 'Edit permissions') }}
</ActionButton>
@@ -177,9 +169,7 @@
:close-after-click="true"
@click="sendCallNotification">
<template #icon>
- <Bell :size="20"
- title=""
- decorative />
+ <Bell :size="20" />
</template>
{{ t('spreed', 'Send call notification') }}
</ActionButton>