Rename auto_cycle to auto_connect in config
User config is updated if appropriate. Add tests behaviour is as expected. Just the one rename-it reference to auto_cycle remains.
This commit is contained in:
@@ -241,7 +241,7 @@ class InstallWizard(QDialog):
|
||||
if b2.isChecked():
|
||||
return NetworkDialog(self.network, self.config, None).do_exec()
|
||||
else:
|
||||
self.config.set_key('auto_cycle', True, True)
|
||||
self.config.set_key('auto_connect', True, True)
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user