Skip to content

Commit

Permalink
Add tablet parm for Insert_Button
Browse files Browse the repository at this point in the history
Remove Open_Local_Editor for tablet view
  • Loading branch information
Darshan-upadhyay1110 committed Aug 3, 2023
1 parent cd0d6bc commit 106b641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 106b641

Please sign in to comment.