Skip to content
Snippets Groups Projects
Unverified Commit a77494f6 authored by Natalie Eskinazi's avatar Natalie Eskinazi Committed by meskio
Browse files

[bug] connect to new gateway when manually selected

parent d9b1b05c
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,8 @@ func (bt *bmTray) addGateways() {
bt.activeGateway = &gateway
bt.bm.UseGateway(gateway.name)
log.Printf("Manual connection to %s gateway\n", gateway.name)
bt.bm.StartVPN(config.Provider)
}
}(gateway)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment