fix kivy refresh bug with Addresses tab

This commit is contained in:
SomberNight 2017-12-29 20:40:24 +01:00 committed by ThomasV
parent e4308a360b
commit d3a963e673
1 changed files with 1 additions and 1 deletions

View File

@ -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):