summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-03-08 15:12:49 +0000
committerEmīls Piņķis <emils@mullvad.net>2019-03-08 15:30:21 +0000
commitb232e59588d0b607f27201dde1f5399c33adc908 (patch)
tree77e13cdade5a5a988595b7427b062e8c5710e047 /gui/src
parentc4ddb07adede3d46dd80dbda66aa560c9e6487ef (diff)
downloadmullvadvpn-b232e59588d0b607f27201dde1f5399c33adc908.tar.xz
mullvadvpn-b232e59588d0b607f27201dde1f5399c33adc908.zip
Pass processed relay list to GUI
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/main/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index 0fc529e30a..b5e466912a 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -841,7 +841,7 @@ class ApplicationMain {
tunnelState: this.tunnelState,
settings: this.settings,
location: this.location,
- relays: this.relays,
+ relays: this.processRelaysForPresentation(this.relays, this.settings.relaySettings),
currentVersion: this.currentVersion,
upgradeVersion: this.upgradeVersion,
guiSettings: this.guiSettings.state,