1
0

follow-up previous commit

This commit is contained in:
ThomasV
2020-03-07 23:06:30 +01:00
parent 8b79e9fed1
commit 958898280e

View File

@@ -433,9 +433,6 @@ class ElectrumWindow(App):
def switch_to(self, name):
s = getattr(self, name + '_screen', None)
if s is None:
s = self.tabs.ids[name + '_screen']
s.load_screen()
panel = self.tabs.ids.panel
tab = self.tabs.ids[name + '_tab']
panel.switch_to(tab)