aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "";