mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 13:32:06 -08:00
Disable remote control UI cue
This commit is contained in:
parent
eeb9cb3b60
commit
4b5e86dc52
1 changed files with 14 additions and 0 deletions
14
patches/disable-remote-cue.patch
Normal file
14
patches/disable-remote-cue.patch
Normal file
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue