Browse Source

fix kivy refresh bug with Addresses tab

3.1
SomberNight 7 years ago
parent
commit
9d4dd20b23
  1. 2
      gui/kivy/main_window.py

2
gui/kivy/main_window.py

@ -325,7 +325,7 @@ class ElectrumWindow(App):
@profiler
def update_tabs(self):
for tab in ['invoices', 'send', 'history', 'receive', 'requests']:
for tab in ['invoices', 'send', 'history', 'receive', 'address']:
self.update_tab(tab)
def switch_to(self, name):

Loading…
Cancel
Save