mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-19 17:42:32 +00:00
15 lines
781 B
C++
15 lines
781 B
C++
diff --git a/browser/base/content/nsContextMenu.sys.mjs b/browser/base/content/nsContextMenu.sys.mjs
|
|
index a9173d534626f18adcbfe570cbcdc0cd929cc31d..e09340242048a21ce6b3bd4d26bedc606354235e 100644
|
|
--- a/browser/base/content/nsContextMenu.sys.mjs
|
|
+++ b/browser/base/content/nsContextMenu.sys.mjs
|
|
@@ -373,6 +373,9 @@ export class nsContextMenu {
|
|
this.initTextFragmentItems();
|
|
this.pdfjsContextMenu.initItems();
|
|
|
|
+ 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
|