mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix: set auto_connect in installwizard
This commit is contained in:
parent
b700340ff9
commit
e9ee851bb2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue