commit e9ee851bb2278c60485c48d644d945e382b3e098
parent b700340ff90fe74f0664e65da2254c3d5d3320bd
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 3 Dec 2015 23:50:50 +0100
fix: set auto_connect in installwizard
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
@@ -298,6 +298,7 @@ class InstallWizard(QDialog):
return NetworkDialog(self.network, self.config, None).do_exec()
else:
self.config.set_key('auto_connect', True, True)
+ self.network.auto_connect = True
return