mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #30014 from nextcloud/backport/29995/stable23
This commit is contained in:
commit
2ccefec021
3 changed files with 6 additions and 6 deletions
4
core/js/dist/profile.js
vendored
4
core/js/dist/profile.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/profile.js.map
vendored
2
core/js/dist/profile.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue