Skip to content

Commit

Permalink
calc: added html entry in downloadas menu
Browse files Browse the repository at this point in the history
Signed-off-by: Rashesh <[email protected]>
Change-Id: Icd816a326bc0264400f375444cf2e165d8f2e9ac
  • Loading branch information
Rash419 committed Aug 23, 2024
1 parent 7550eb0 commit 8923c13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/src/control/Control.NotebookbarBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ L.Control.NotebookbarBuilder = L.Control.JSDialogBuilder.extend({
'action': 'downloadas-csv',
'text': _('CSV File (.csv)')
},
{
'action': 'downloadas-html',
'text': _('HTML File (.html)')
},
{
'action': !window.ThisIsAMobileApp ? 'exportdirectpdf' : 'downloadas-pdf',
'text': _('PDF Document (.pdf)'),
Expand Down

0 comments on commit 8923c13

Please sign in to comment.