Browse Source

Labels plugin: drop wallet on window close

Will help GC
283
Neil Booth 9 years ago
parent
commit
d1cd6d5645
  1. 3
      plugins/labels.py

3
plugins/labels.py

@ -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…
Cancel
Save