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
1 changed files with 1 additions and 1 deletions

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 "";