1
0
Fork 1
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:
mr. M 2024-11-06 20:36:03 +01:00
parent 6d5dcbe89f
commit e086cf56fc
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 11 additions and 2 deletions

View file

@ -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