diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-09-12 15:49:57 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-09-12 15:49:57 -0500 |
| commit | fd956b54b591f2f91a17efb85fbc6318f6c657d6 (patch) | |
| tree | 22f65b984734c8491612380607eb5bee694ca253 /components | |
| parent | a563582d95c0048a64e7edad8f6c6cc3d4ace812 (diff) | |
| parent | 749c166b10a0b7942cff1e7d0463f40d17b6d37a (diff) | |
| download | monzero-gui-fd956b54b591f2f91a17efb85fbc6318f6c657d6.tar.gz monzero-gui-fd956b54b591f2f91a17efb85fbc6318f6c657d6.tar.xz monzero-gui-fd956b54b591f2f91a17efb85fbc6318f6c657d6.zip | |
Merge pull request #3033
749c166 main: socks5 proxy support (xiphon)
Diffstat (limited to 'components')
| -rw-r--r-- | components/UpdateDialog.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/UpdateDialog.qml b/components/UpdateDialog.qml index 5fbef79e..a5f4ed97 100644 --- a/components/UpdateDialog.qml +++ b/components/UpdateDialog.qml @@ -199,5 +199,6 @@ Popup { Downloader { id: downloader + proxyAddress: persistentSettings.getProxyAddress() } } |
