kivy: minor fix, update_history_tab
This commit is contained in:
@@ -10,5 +10,5 @@ class Plugin(LabelsPlugin):
|
|||||||
|
|
||||||
def on_pulled(self, wallet):
|
def on_pulled(self, wallet):
|
||||||
self.print_error('on pulled')
|
self.print_error('on pulled')
|
||||||
self.window.update_history_tab()
|
self.window.update_tab('history')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user