Skip to content

Commit

Permalink
Merge pull request #5232 from nextcloud/backport/5229/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Jan 11, 2024
2 parents 934a352 + c81ce0a commit 2d9c4fc
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-editors.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-editors.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-files.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-text.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-viewer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Menu/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<ActionList key="text-action--remain"
:action-entry="hiddenEntries">
<template #lastAction="{ visible }">
<NcActionButton @click="showTranslate">
<NcActionButton v-if="canTranslate" @click="showTranslate">
<template #icon>
<TranslateVariant />
</template>
Expand Down

0 comments on commit 2d9c4fc

Please sign in to comment.