aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-09-25 18:23:35 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-09-25 18:23:35 -0500
commit37fea0ee330ef80ffdf49cf59e08faab9f3d520b (patch)
tree0fa0151feab642eca248eb630f0db2d230466594
parent98ce87a5722c6cd2c19e86f3d1fc316e827c05c9 (diff)
parent91239881f19f268c2b4c2e5d60768531ec59569f (diff)
downloadmonzero-gui-37fea0ee330ef80ffdf49cf59e08faab9f3d520b.tar.gz
monzero-gui-37fea0ee330ef80ffdf49cf59e08faab9f3d520b.tar.xz
monzero-gui-37fea0ee330ef80ffdf49cf59e08faab9f3d520b.zip
Merge pull request #3101
9123988 main: Tails - enable 127.0.0.1:9050 socks5 proxy by default (xiphon)
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 1e273ab5..84e882f8 100644
--- a/main.qml
+++ b/main.qml
@@ -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 "";