diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-03-08 15:12:49 +0000 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-03-08 15:30:21 +0000 |
| commit | b232e59588d0b607f27201dde1f5399c33adc908 (patch) | |
| tree | 77e13cdade5a5a988595b7427b062e8c5710e047 /gui | |
| parent | c4ddb07adede3d46dd80dbda66aa560c9e6487ef (diff) | |
| download | mullvadvpn-b232e59588d0b607f27201dde1f5399c33adc908.tar.xz mullvadvpn-b232e59588d0b607f27201dde1f5399c33adc908.zip | |
Pass processed relay list to GUI
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/main/index.ts | 2 |
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, |
