Don't exit before wallet is saved

This commit is contained in:
thomasv 2012-07-06 14:43:36 +02:00
parent 216ff894b5
commit 788783aeb8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class ElectrumGui:
self.expert.connect_slots(timer)
self.expert.update_wallet()
sys.exit(self.app.exec_())
self.app.exec_()
def expand(self):
self.mini.hide()