aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-09-12 15:49:57 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-09-12 15:49:57 -0500
commitfd956b54b591f2f91a17efb85fbc6318f6c657d6 (patch)
tree22f65b984734c8491612380607eb5bee694ca253 /components
parenta563582d95c0048a64e7edad8f6c6cc3d4ace812 (diff)
parent749c166b10a0b7942cff1e7d0463f40d17b6d37a (diff)
downloadmonzero-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.qml1
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()
}
}