main: Tails - enable 127.0.0.1:9050 socks5 proxy by default

This commit is contained in:
xiphon 2020-09-20 14:22:51 +00:00
parent d313c2de37
commit 91239881f1
1 changed files with 1 additions and 1 deletions

View File

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