Skip to content

Commit

Permalink
Refactor ZenStartup to update default placements for sidebar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Sep 19, 2024
1 parent e7110d3 commit 42c04ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/browser/base/content/ZenStartup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 42c04ca

Please sign in to comment.