1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-25 10:47:19 +01:00

Merge pull request #3101

9123988 main: Tails - enable 127.0.0.1:9050 socks5 proxy by default (xiphon)
This commit is contained in:
luigi1111 2020-09-25 18:23:35 -05:00
commit 37fea0ee33
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -1425,7 +1425,7 @@ ApplicationWindow {
property string fiatPriceCurrency: "xmrusd"
property string proxyAddress: "127.0.0.1:9050"
property bool proxyEnabled: false
property bool proxyEnabled: isTails
function getProxyAddress() {
if (!proxyEnabled) {
return "";