1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-09 04:05:29 +02:00

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