diff options
Diffstat (limited to 'gui/src/main')
| -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, |
