mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-09 05:15:30 +02:00
[breaking] changed default layout of the customizable UI
This commit is contained in:
parent
a08df8f9ef
commit
0552c2f245
6 changed files with 34 additions and 14 deletions
|
@ -2,7 +2,7 @@ export var ZenCustomizableUI = new (class {
|
|||
constructor() {}
|
||||
|
||||
TYPE_TOOLBAR = 'toolbar';
|
||||
defaultSidebarIcons = ['zen-sidepanel-button', 'zen-workspaces-button', 'new-tab-button'];
|
||||
defaultSidebarIcons = ['zen-sidepanel-button', 'zen-workspaces-button', 'downloads-button'];
|
||||
|
||||
startup(CustomizableUIInternal) {
|
||||
CustomizableUIInternal.registerArea(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue