Put getting of auto_cycle into one place.
Default to False consistently; this may change the behaviour of network.py's get_parameters().
This commit is contained in:
@@ -352,7 +352,6 @@ class ElectrumGui:
|
||||
|
||||
def network_dialog(self):
|
||||
if not self.network: return
|
||||
auto_connect = self.network.config.get('auto_cycle')
|
||||
host, port, protocol, proxy_config, auto_connect = self.network.get_parameters()
|
||||
srv = 'auto-connect' if auto_connect else self.network.default_server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user