mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
installwizard: set network to None if offline
This commit is contained in:
parent
72559fef0e
commit
9483eadc7e
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ class InstallWizard(QDialog):
|
|||
else:
|
||||
QMessageBox.information(None, _('Warning'), _('You are offline'), _('OK'))
|
||||
self.network.stop()
|
||||
self.network = None
|
||||
|
||||
# start wallet threads
|
||||
wallet.start_threads(self.network)
|
||||
|
|
Loading…
Add table
Reference in a new issue