Bug 1639575 [Wayland] Disable xdg-desktop-portal by default, r=jhorak

Differential Revision: https://phabricator.services.mozilla.com/D76822
This commit is contained in:
Martin Stransky 2020-05-26 11:31:13 +00:00
parent 3ae6c33573
commit 3847626318

View File

@ -3978,6 +3978,7 @@ pref("network.psl.onUpdate_notify", false);
#ifdef MOZ_WAYLAND
pref("widget.wayland_vsync.enabled", false);
pref("widget.wayland.use-opaque-region", true);
pref("widget.use-xdg-desktop-portal", false);
#endif
// All the Geolocation preferences are here.