labels sync for kivy
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
from labels import LabelsPlugin
|
||||
from electrum.plugins import hook
|
||||
|
||||
class Plugin(LabelsPlugin):
|
||||
pass
|
||||
|
||||
@hook
|
||||
def load_wallet(self, wallet, window):
|
||||
self.window = window
|
||||
self.start_wallet(wallet)
|
||||
|
||||
def on_pulled(self, wallet):
|
||||
self.print_error('on pulled')
|
||||
self.window.update_history_tab()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user