firefox: use new webrtc sharing indicator

This commit is contained in:
Vincent Bernat 2021-07-12 18:56:14 +02:00
parent 52ba86e239
commit 2a4f97c458

View file

@ -60,6 +60,10 @@ user_pref("gfx.webrender.all", true);
user_pref("gfx.x11-egl.force-enabled", true);
user_pref("media.ffmpeg.vaapi.enabled", true);
// Legacy indicator is buggy (no content). New indicator stays
// is only displayed when sharing screen.
user_pref("privacy.webrtc.legacyGlobalIndicator", false);
// Enable AVIF
user_pref("image.avif.enabled", true);