[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...

morgan (@morgan) git at gitlab.torproject.org
Wed Aug 14 15:32:46 UTC 2024



morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
b34904a2 by Henry Wilkes at 2024-08-14T15:31:24+00:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

Bug 42691: Allow users to copy built-in addresses.

- - - - -


1 changed file:

- browser/components/torpreferences/content/connectionPane.js


Changes:

=====================================
browser/components/torpreferences/content/connectionPane.js
=====================================
@@ -2126,12 +2126,10 @@ const gBridgeSettings = {
       });
 
     this._bridgesMenu.addEventListener("showing", () => {
-      const canCopy = this._bridgeSource !== TorBridgeSource.BuiltIn;
       const canShare =
         this._bridgeSource === TorBridgeSource.UserProvided ||
         this._bridgeSource === TorBridgeSource.BridgeDB;
       qrItem.hidden = !canShare || !this._canQRBridges;
-      copyItem.hidden = !canCopy;
       editItem.hidden = this._bridgeSource !== TorBridgeSource.UserProvided;
     });
 



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b34904a243d501df76e7c1e63fe4cc678ffa1760

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b34904a243d501df76e7c1e63fe4cc678ffa1760
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240814/d2661ed8/attachment.htm>


More information about the tor-commits mailing list