From 7b670e1f452aa35d754c416963bdfaf7b81cc322 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 4 Oct 2022 13:05:58 +0200 Subject: [PATCH] Always move formatting help to the three-dot-menu Signed-off-by: Jonas --- src/components/Menu/ActionList.vue | 18 ++++++++++++++++-- src/components/Menu/MenuBar.vue | 7 ++++--- src/components/Menu/entries.js | 8 -------- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/components/Menu/ActionList.vue b/src/components/Menu/ActionList.vue index 88142ae0d2b..eb7621fb233 100644 --- a/src/components/Menu/ActionList.vue +++ b/src/components/Menu/ActionList.vue @@ -41,22 +41,36 @@ :action-entry="child" v-on="$listeners" @trigged="onTrigger" /> + + + {{ t('text', 'Formatting help') }} +