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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-12-01 03:46:43 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-12-01 04:06:11 +0300
commit02979809a616a86252b3285709d282e0d70ed94e (patch)
tree17609592d40b227a101c6f8c7cbaaf534cabf525 /core/src
parent6ea28a0d7f4dfb3f83a75b7e0b309e9c474133d4 (diff)
Fix profile actions menu
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/Profile.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/views/Profile.vue b/core/src/views/Profile.vue
index c81f214c7ae..be3867c984e 100644
--- a/core/src/views/Profile.vue
+++ b/core/src/views/Profile.vue
@@ -93,10 +93,10 @@
</ActionLink>
</Actions>
<template v-if="otherActions">
- <Actions v-for="action in otherActions"
- :key="action.id"
+ <Actions
:force-menu="true">
- <ActionLink
+ <ActionLink v-for="action in otherActions"
+ :key="action.id"
:class="{ 'icon-invert': colorMainBackground === '#181818' }"
:close-after-click="true"
:icon="action.icon"