mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start] changed "ai" plugin icon
This commit is contained in:
@ -133,7 +133,9 @@
|
||||
if ( panel_id.includes('\{B17BDC61\-') ) {
|
||||
_encrype_workaround(_panel);
|
||||
} else
|
||||
if ( panel_id.includes('F2402876-659F-47FB-A646-67B49F2B5AAA') ) {
|
||||
if ( panel_id.includes('F2402876-659F-47FB-A646-67B49F2B5AAA') ||
|
||||
panel_id.includes('9DC93CDB-B576-4F0C-B55E-FCC9C48DD777') )
|
||||
{
|
||||
const $svgicon = _panel.$menuitem.find('svg.icon');
|
||||
if ( $svgicon.length ) {
|
||||
$svgicon.data('iconname', 'aichat');
|
||||
|
||||
Reference in New Issue
Block a user