1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-09 01:45:30 +02:00

Improve self-hosted runner script execution and enhance ZenCustomizableUI event handling for better UI responsiveness

This commit is contained in:
mr. M 2025-01-21 23:08:27 +01:00
parent a86bb5197d
commit 74c9923f0b
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
3 changed files with 16 additions and 14 deletions

View file

@ -125,5 +125,8 @@ export var ZenCustomizableUI = new (class {
registerToolbarNodes(window) {
window.CustomizableUI.registerToolbarNode(window.document.getElementById('zen-sidebar-top-buttons'));
window.CustomizableUI.registerToolbarNode(window.document.getElementById('zen-sidebar-icons-wrapper'));
window.addEventListener('DOMContentLoaded', () => {
this._dispatchResizeEvent(window);
}, { once: true });
}
})();