Skip to content

Commit

Permalink
hotfix for setting succeeding proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Dec 6, 2024
1 parent 0604184 commit 2137ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ func (app *App) onConfigUpdate(cfg *config.Global, src config.Source) {
func (app *App) onProxiesUpdate(proxies []dialer.ProxyDialer, src config.Source) {
log.Debugf("[Startup Desktop] Got proxies update from %v", src)
app.fetchedProxiesConfig.Store(true)
app.hasSucceedingProxy.Store(true)
app.sendConfigOptions()
}

Expand Down

0 comments on commit 2137ea1

Please sign in to comment.