You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error(`Failed to find toggle button for category: ${category}`);
584
585
console.error(`Toggle button (.category-toggle-all-btn) not found for category: ${category}. This indicates a UI rendering issue. Please check the createSettingsCategoryHeader method.`);
console.error(`Toggle button text element (.toggle-all-text) not found for category: ${category}. This indicates a UI rendering issue. Please check the createSettingsCategoryHeader method.`);
591
+
console.error(`Failed to find toggle button text element for category: ${category}`);
591
592
returncategorySection;
592
593
}
593
594
constupdateToggleButtonState=()=>{
@@ -750,11 +751,9 @@ export class ExternalServicesManager {
750
751
}
751
752
752
753
/**
753
-
* Handle save preferences button click
754
-
* @param {HTMLElement} saveButton - Save button element
755
-
* @param {Object} services - Services object keyed by service identifier
0 commit comments