mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-29 14:38:37 +00:00
Refactor ZenStartup to update default placements for sidebar buttons
This commit is contained in:
@@ -177,10 +177,6 @@
|
||||
|
||||
const newTab = document.getElementById('vertical-tabs-newtab-button');
|
||||
newTab.classList.add('zen-sidebar-action-button');
|
||||
newTab.setAttribute('cui-areatype', 'toolbar');
|
||||
|
||||
const iconsWrapper = document.getElementById('zen-sidebar-icons-wrapper');
|
||||
iconsWrapper.appendChild(newTab);
|
||||
|
||||
setTimeout(() => {
|
||||
CustomizableUI.registerArea(
|
||||
|
Reference in New Issue
Block a user