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

Signed-off-by: Darshan-upadhyay1110 <[email protected]>
  • Loading branch information
Darshan-upadhyay1110 authored and juliushaertl committed Aug 7, 2023
1 parent edcf878 commit e31c9ed
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 e31c9ed

Please sign in to comment.