fix: set auto_connect in installwizard

This commit is contained in:
ThomasV 2015-12-03 23:50:50 +01:00
parent b700340ff9
commit e9ee851bb2

View file

@ -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