mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
main: Tails - enable 127.0.0.1:9050 socks5 proxy by default
This commit is contained in:
parent
d313c2de37
commit
91239881f1
1 changed files with 1 additions and 1 deletions
2
main.qml
2
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 "";
|
||||
|
|
Loading…
Reference in a new issue