Skip to content

Commit

Permalink
browser: Add correct class to Share / See History buttons in Impress
Browse files Browse the repository at this point in the history
...as in other tabbed bar JS files.

Signed-off-by: Aron Budea <aron.budea@collabora.com>
Change-Id: I29c43d9dc0ce4fa929e049e70171e0b8ab029088
(cherry picked from commit d471d93)
  • Loading branch information
thebearon authored and pedropintosilva committed Apr 29, 2024
1 parent 5e28e9b commit dac7269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser/src/control/Control.NotebookbarImpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
(this._map['wopi'].EnableShare) ?
{
'id': 'ShareAs',
'class': 'unoShareAs',
'type': 'customtoolitem',
'text': _('Share'),
'command': 'shareas',
Expand All @@ -228,6 +229,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
(L.Params.revHistoryEnabled) ?
{
'id': 'Rev-History',
'class': 'unoRev-History',
'type': 'customtoolitem',
'text': _('See history'),
'command': 'rev-history',
Expand Down

0 comments on commit dac7269

Please sign in to comment.