aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-09-20 14:22:51 +0000
committerxiphon <xiphon@protonmail.com>2020-09-20 14:22:51 +0000
commit91239881f19f268c2b4c2e5d60768531ec59569f (patch)
tree84b1b2c5df9dbfe41346d47dabaafd3441025dc8
parentd313c2de377e5163a27835d28a835c274ee7abf4 (diff)
downloadmonzero-gui-91239881f19f268c2b4c2e5d60768531ec59569f.tar.gz
monzero-gui-91239881f19f268c2b4c2e5d60768531ec59569f.tar.xz
monzero-gui-91239881f19f268c2b4c2e5d60768531ec59569f.zip
main: Tails - enable 127.0.0.1:9050 socks5 proxy by default
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 9e8e1a84..9bc45b41 100644
--- a/main.qml
+++ b/main.qml
@@ -1421,7 +1421,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 "";