Merge pull request 'fix/bug-fix' (#487) from fix/bug-fix into fix/bug-75269

This commit is contained in:
Maxim Kadushkin
2025-10-09 16:44:10 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -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');

View File

@ -328,7 +328,7 @@
};
var _on_recovers = function(params) {
if ( true )
if ( false )
window.sdk.command("recovery:update", JSON.stringify(params));
else {
collectionRecovers.empty();