Skip to content

Commit

Permalink
fix: rename class to properly apply icon
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
Change-Id: I0faf9f29dd1c62d51055f4f992c9db3a1ed17578
  • Loading branch information
elzody committed Jan 6, 2025
1 parent cbb038b commit 221ad9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser/src/control/Control.NotebookbarCalc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
} : {},
(this._map['wopi'].EnableRemoteAIContent) ? {
'id': 'insert-insert-remote-ai-content',
'class': 'unoremotelink',
'class': 'unoremoteaicontent',
'type': 'bigcustomtoolitem',
'text': _('Assistant'),
'command': 'remoteaicontent',
Expand Down
2 changes: 1 addition & 1 deletion browser/src/control/Control.NotebookbarDraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ L.Control.NotebookbarDraw = L.Control.NotebookbarImpress.extend({
} : {},
(this._map['wopi'].EnableRemoteAIContent) ? {
'id': 'insert-insert-remote-ai-content',
'class': 'unoremotelink',
'class': 'unoremoteaicontent',
'type': 'bigcustomtoolitem',
'text': _('Assistant'),
'command': 'remoteaicontent',
Expand Down
2 changes: 1 addition & 1 deletion browser/src/control/Control.NotebookbarImpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
},
(this._map['wopi'].EnableRemoteAIContent) ? {
'id': 'insert-insert-remote-ai-content',
'class': 'unoremotelink',
'class': 'unoremoteaicontent',
'type': 'bigcustomtoolitem',
'text': _('Assistant'),
'command': 'remoteaicontent',
Expand Down
2 changes: 1 addition & 1 deletion browser/src/control/Control.NotebookbarWriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ L.Control.NotebookbarWriter = L.Control.Notebookbar.extend({
},
(this._map['wopi'].EnableRemoteAIContent) ? {
'id': 'insert-insert-remote-ai-content',
'class': 'unoremotelink',
'class': 'unoremoteaicontent',
'type': 'bigcustomtoolitem',
'text': _('Assistant'),
'command': 'remoteaicontent',
Expand Down

0 comments on commit 221ad9b

Please sign in to comment.