chore: Disabled Auto-Pip once we have propper settings UI for it, b=(no-bug), c=no-component

This commit is contained in:
mr. m
2025-04-19 13:48:00 +02:00
parent de6d8d1153
commit d9ec28459e
2 changed files with 3 additions and 11 deletions

View File

@@ -475,4 +475,5 @@ pref("layers.gpu-process.enabled", true);
// Picture-in-picture
pref("media.videocontrols.picture-in-picture.video-toggle.enabled", true);
pref("media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled", true);
// TODO: Enable once we have a proper settings page
pref("media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled", false);

View File

@@ -1,5 +1,5 @@
diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
index cdcf50ec1bc4a54c69f5baf4a6d40ab0c63a8121..105c008447377dbd48ff91c90586aa8981e407f5 100644
index cdcf50ec1bc4a54c69f5baf4a6d40ab0c63a8121..87603323c2b0b9ea0c847a8a06e293a16c1252b8 100644
--- a/browser/components/preferences/main.inc.xhtml
+++ b/browser/components/preferences/main.inc.xhtml
@@ -183,6 +183,7 @@
@@ -26,12 +26,3 @@ index cdcf50ec1bc4a54c69f5baf4a6d40ab0c63a8121..105c008447377dbd48ff91c90586aa89
<checkbox id="useSystemLocale" hidden="true"
data-l10n-id="use-system-locale"
@@ -795,7 +798,7 @@
<checkbox id="pictureInPictureToggleEnabled"
class="tail-with-learn-more"
data-l10n-id="browsing-picture-in-picture-toggle-enabled"
- preference="media.videocontrols.picture-in-picture.video-toggle.enabled"/>
+ preference="media.videocontrols.picture-in-picture.enabled"/>
<html:a is="moz-support-link"
data-l10n-id="browsing-picture-in-picture-learn-more"
support-page="picture-in-picture"