This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.10.0esr-11.5-1 in repository tor-browser.
commit fed0a5a0efbda8a6ed2ed29340885a67f2b68871 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Jul 7 15:14:30 2022 +0200
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 41011: Make sure the Tor Connection status is shown only in about:preferences#connection --- browser/components/torpreferences/content/connectionPane.xhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/components/torpreferences/content/connectionPane.xhtml b/browser/components/torpreferences/content/connectionPane.xhtml index 39a9c184502f0..860f3c233cb6c 100644 --- a/browser/components/torpreferences/content/connectionPane.xhtml +++ b/browser/components/torpreferences/content/connectionPane.xhtml @@ -42,7 +42,8 @@ </groupbox>
<groupbox id="torPreferences-status-group" - data-category="paneConnection"> + data-category="paneConnection" + hidden="true"> <hbox id="torPreferences-status-box"> <image id="torPreferences-status-internet-icon"/> <html:span id="torPreferences-status-internet-label"/>