From 4b5e86dc5209bc11e921e9ac23c0acc538392505 Mon Sep 17 00:00:00 2001 From: daijro Date: Tue, 13 Aug 2024 07:09:35 -0500 Subject: [PATCH] Disable remote control UI cue --- patches/disable-remote-cue.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patches/disable-remote-cue.patch diff --git a/patches/disable-remote-cue.patch b/patches/disable-remote-cue.patch new file mode 100644 index 0000000..5bd1bc2 --- /dev/null +++ b/patches/disable-remote-cue.patch @@ -0,0 +1,14 @@ +cd camoufox-129.0-beta && git diff +diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js +index 1d69c20fb5..c34b4c6a88 100644 +--- a/browser/base/content/browser.js ++++ b/browser/base/content/browser.js +@@ -6721,7 +6721,7 @@ const gRemoteControl = { + "browser.chrome.disableRemoteControlCueForTests", + false + ); +- if (disableRemoteControlCue && Cu.isInAutomation) { ++ if (true) { + return; + } +