mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
fix issue #967
This commit is contained in:
parent
52e9c0b498
commit
f57c581468
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ class Plugin(BasePlugin):
|
||||||
|
|
||||||
def enable(self):
|
def enable(self):
|
||||||
self.set_enabled(True)
|
self.set_enabled(True)
|
||||||
self.init_qt()
|
|
||||||
if self.win.wallet:
|
if self.win.wallet:
|
||||||
self.load_wallet(self.win.wallet)
|
self.load_wallet(self.win.wallet)
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Reference in a new issue