mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #3101
9123988
main: Tails - enable 127.0.0.1:9050 socks5 proxy by default (xiphon)
This commit is contained in:
commit
37fea0ee33
1 changed files with 1 additions and 1 deletions
2
main.qml
2
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 "";
|
||||
|
|
Loading…
Reference in a new issue