Browse Source

fix: set auto_connect in installwizard

283
ThomasV 9 years ago
parent
commit
e9ee851bb2
  1. 1
      gui/qt/installwizard.py

1
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

Loading…
Cancel
Save