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:
parent
2d573da55e
commit
7e35a5cfb5
4 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue