aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
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()
}
}