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.


_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits

Reply via email to