mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 12:21:55 +00:00
17 lines
883 B
C++
17 lines
883 B
C++
diff --git a/browser/components/customizableui/ToolbarContextMenu.sys.mjs b/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
|
index d5fd707b98e4b163a624c97ff4a8f2574e0b0180..32360b11270d9dad4b83229428932e598f69e774 100644
|
|
--- a/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
|
+++ b/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
|
@@ -243,10 +243,7 @@ export var ToolbarContextMenu = {
|
|
// Show/hide sidebar and vertical tabs menu items
|
|
let sidebarRevampEnabled = Services.prefs.getBoolPref("sidebar.revamp");
|
|
let showSidebarActions =
|
|
- ["tabbrowser-tabs", "sidebar-button"].includes(toolbarItem?.id) ||
|
|
- toolbarItem?.localName == "toolbarspring" ||
|
|
- isTitlebarSpacer ||
|
|
- isMenuBarSpacer;
|
|
+ false;
|
|
|
|
let toggleVerticalTabsItem = document.getElementById(
|
|
"toolbar-context-toggle-vertical-tabs"
|