mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-22 11:26:41 +00:00
15 lines
767 B
C++
15 lines
767 B
C++
diff --git a/browser/base/content/nsContextMenu.sys.mjs b/browser/base/content/nsContextMenu.sys.mjs
|
|
index 90c8d48fa992ca5ac125fa2998741db79264de4a..a598431671e42b9ede23b0595790564202408a8e 100644
|
|
--- a/browser/base/content/nsContextMenu.sys.mjs
|
|
+++ b/browser/base/content/nsContextMenu.sys.mjs
|
|
@@ -371,6 +371,9 @@ export class nsContextMenu {
|
|
this.initPDFItems();
|
|
this.initTextFragmentItems();
|
|
|
|
+ this.showItem("context-zenSplitLink", this.onLink && !this.onMailtoLink && !this.onTelLink);
|
|
+ this.showItem("context-zenOpenLinkInGlance", this.onLink && !this.onMailtoLink && !this.onTelLink);
|
|
+
|
|
this.showHideSeparators(aXulMenu);
|
|
if (!aXulMenu.showHideSeparators) {
|
|
// Set the showHideSeparators function on the menu itself so that
|