tfix kivy refresh bug with Addresses tab - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 9d4dd20b239c975e99aef4254160732c5031997b DIR parent 8a1c290251b1313996c54d79b61896e2e63b3109 HTML Author: SomberNight <somber.night@protonmail.com> Date: Fri, 29 Dec 2017 20:40:24 +0100 fix kivy refresh bug with Addresses tab Diffstat: M gui/kivy/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/main_window.py b/gui/kivy/main_window.py t@@ -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):