mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Refactor ZenStartup to update default placements for sidebar buttons
This commit is contained in:
@@ -187,7 +187,10 @@
|
||||
"zen-sidebar-top-buttons",
|
||||
{
|
||||
type: CustomizableUI.TYPE_TOOLBAR,
|
||||
defaultPlacements: ["zen-expand-sidebar-button", "zen-profile-button"],
|
||||
defaultPlacements: [
|
||||
"PanelUI-menu-button", "zen-expand-sidebar-button", "zen-profile-button"
|
||||
],
|
||||
defaultCollapsed: null,
|
||||
}
|
||||
);
|
||||
CustomizableUI.registerToolbarNode(
|
||||
|
Reference in New Issue
Block a user