diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/main/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index 91eaf52b57..00aa31abdb 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -626,6 +626,10 @@ class ApplicationMain { consumePromise(this.fetchWireguardKey()); } + if (oldSettings.showBetaReleases !== newSettings.showBetaReleases) { + this.setLatestVersion(this.upgradeVersion); + } + if (this.windowController) { IpcMainEventChannel.settings.notify(this.windowController.webContents, newSettings); } |
