1
0

Default auto_connect to True. In Qt, the question is asked by the wizard

This commit is contained in:
ThomasV
2016-03-08 10:00:47 +01:00
parent 58fc21ec37
commit af780e7519

View File

@@ -217,7 +217,7 @@ class Network(util.DaemonThread):
# to or have an ongoing connection with
self.interface = None
self.interfaces = {}
self.auto_connect = self.config.get('auto_connect', False)
self.auto_connect = self.config.get('auto_connect', True)
self.connecting = set()
self.socket_queue = Queue.Queue()
self.start_network(deserialize_server(self.default_server)[2],