mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
Labels plugin: drop wallet on window close
Will help GC
This commit is contained in:
parent
8cc3b58364
commit
d1cd6d5645
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ class Plugin(BasePlugin):
|
|||
t.setDaemon(True)
|
||||
t.start()
|
||||
|
||||
def on_close_window(self, window):
|
||||
self.wallets.pop(window.wallet)
|
||||
|
||||
def version(self):
|
||||
return "0.0.1"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue