fix: show tabs in load_wallet

This commit is contained in:
ThomasV 2015-09-01 01:18:02 +02:00
parent c6b5a70362
commit d4bba181c2
1 changed files with 1 additions and 1 deletions

View File

@ -255,6 +255,7 @@ class ElectrumWindow(QMainWindow):
self.update_console()
self.clear_receive_tab()
self.update_receive_tab()
self.tabs.show()
self.show()
if self.wallet.is_watching_only():
msg = ' '.join([
@ -409,7 +410,6 @@ class ElectrumWindow(QMainWindow):
else:
self.wallet.start_threads(self.network)
self.load_wallet(self.wallet)
self.show()
def update_recently_visited(self, filename=None):
recent = self.config.get('recently_open', [])