From 61f4d0f9f034ca6d3964d1e5757454d5443dc58e Mon Sep 17 00:00:00 2001 From: Franziska Bath Date: Wed, 21 May 2025 10:25:32 +0200 Subject: [PATCH] IONOS: feat: hide help menu Signed-off-by: Franziska Bath (cherry picked from commit 24347e673991683fbc8d4a9dd272fb042e9aaffa) --- src/view/Office.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/Office.vue b/src/view/Office.vue index 129af78c98..91269024d4 100644 --- a/src/view/Office.vue +++ b/src/view/Office.vue @@ -405,6 +405,7 @@ export default { this.$emit('update:loaded', true) FilesAppIntegration.initAfterReady() } else if (args.Status === 'Document_Loaded') { + this.sendPostMessage('Hide_Menu_Item', { id: 'help' }) this.documentReady() if (loadState('richdocuments', 'open_local_editor', true) && !this.isEmbedded) {