1
0

don't exit in wizard (fixes #402)

This commit is contained in:
ThomasV
2013-11-12 22:55:42 +01:00
parent 0a9ca37099
commit 5ae39b5ad1
2 changed files with 12 additions and 14 deletions

View File

@@ -345,7 +345,7 @@ class ElectrumWindow(QMainWindow):
wallet = wizard.run()
if wallet:
self.load_wallet(wallet)
def init_menubar(self):