mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request 'fix/bug-fix' (#487) from fix/bug-fix into fix/bug-75269
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');
|
||||
|
||||
@ -328,7 +328,7 @@
|
||||
};
|
||||
|
||||
var _on_recovers = function(params) {
|
||||
if ( true )
|
||||
if ( false )
|
||||
window.sdk.command("recovery:update", JSON.stringify(params));
|
||||
else {
|
||||
collectionRecovers.empty();
|
||||
|
||||
Reference in New Issue
Block a user