Browse Source

Don't exit before wallet is saved

283
thomasv 13 years ago
parent
commit
788783aeb8
  1. 2
      lib/gui_lite.py

2
lib/gui_lite.py

@ -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()

Loading…
Cancel
Save