fix: set auto_connect in installwizard
This commit is contained in:
parent
b700340ff9
commit
e9ee851bb2
@ -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…
Reference in New Issue
Block a user