mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-13 18:12:39 +00:00
16 lines
856 B
C++
16 lines
856 B
C++
diff --git a/browser/components/customizableui/ToolbarContextMenu.sys.mjs b/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
|
index 95621ae202378fb1ebceca5623a98b790b9eb5ff..835b831fb4f005ae4be72ce0953ac9254e6b4891 100644
|
|
--- a/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
|
+++ b/browser/components/customizableui/ToolbarContextMenu.sys.mjs
|
|
@@ -242,9 +242,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;
|
|
+ false;
|
|
|
|
let toggleVerticalTabsItem = document.getElementById(
|
|
"toolbar-context-toggle-vertical-tabs"
|