mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-09 04:05:29 +02:00
Reorder default placements for toolbar buttons in ZenCustomizableUI and update patch for customizable UI
This commit is contained in:
parent
6d5dcbe89f
commit
e086cf56fc
2 changed files with 11 additions and 2 deletions
|
@ -9,7 +9,7 @@ export var ZenCustomizableUI = new (class {
|
|||
'zen-sidebar-top-buttons',
|
||||
{
|
||||
type: this.TYPE_TOOLBAR,
|
||||
defaultPlacements: ['zen-sidepanel-button', 'preferences-button', 'zen-expand-sidebar-button'],
|
||||
defaultPlacements: ['preferences-button', 'zen-expand-sidebar-button', 'zen-sidepanel-button'],
|
||||
defaultCollapsed: null,
|
||||
},
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue