Refactor ZenCustomizableUI and update keyboard shortcuts preferences

This commit is contained in:
mauro-balades
2024-09-23 19:55:48 +02:00
parent 2d573da55e
commit 7e35a5cfb5
4 changed files with 4 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ export var ZenCustomizableUI = new class {
const panelMenu = window.document.getElementById('PanelUI-menu-button');
panelMenu.classList.add('zen-sidebar-action-button');
panelMenu.setAttribute('cui-areatype', 'toolbar');
panelMenu.setAttribute('removable', 'true');
sideBarTopButtons.prepend(panelMenu);