From e31c9edcd01044f7b0922ecf15a2e2cf1d3ca46e Mon Sep 17 00:00:00 2001 From: Darshan-upadhyay1110 Date: Thu, 3 Aug 2023 12:36:44 +0530 Subject: [PATCH] Add tablet parm for Insert_Button Remove Open_Local_Editor for tablet view Signed-off-by: Darshan-upadhyay1110 --- src/document.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/document.js b/src/document.js index e3f261e631..df277ceeb1 100644 --- a/src/document.js +++ b/src/document.js @@ -328,6 +328,7 @@ const documentsMain = { id: 'Open_Local_Editor', imgurl: window.location.protocol + '//' + getNextcloudUrl() + imagePath('richdocuments', 'launch.svg'), mobile: false, + tablet: false, label: t('richdocuments', 'Open in local editor'), hint: t('richdocuments', 'Open in local editor'), insertBefore: 'print',