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

morgan (@morgan) git at gitlab.torproject.org
Wed Aug 21 18:24:29 UTC 2024



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


Commits:
4c12da1a by Henry Wilkes at 2024-08-21T18:23:59+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
=====================================
@@ -2121,12 +2121,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/4c12da1a3f3c2d12ac96318fe205fc0ee3ff67d1

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4c12da1a3f3c2d12ac96318fe205fc0ee3ff67d1
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/20240821/f94f5a4a/attachment.htm>


More information about the tor-commits mailing list