This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit effe9ad8bdbbea037366812d10048de7b30d88d0 Author: Emilio Cobos Álvarez emilio@crisal.io AuthorDate: Wed Mar 2 17:45:19 2022 +0100
Bug 1712555 - Disable no longer needed print portal for release. r=emilio a=pascalc --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 6dfa265146ae8..c7704049e3a82 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -12748,7 +12748,7 @@ # - 2: auto (for now only true for flatpak, since it needs work, see bug 1688720). - name: widget.use-xdg-desktop-portal.print type: int32_t - value: 2 + value: 0 mirror: always
# Whether to try to use XDG portal for settings / look-and-feel information.