Don't exit before wallet is saved
This commit is contained in:
@@ -63,7 +63,7 @@ class ElectrumGui:
|
|||||||
self.expert.connect_slots(timer)
|
self.expert.connect_slots(timer)
|
||||||
self.expert.update_wallet()
|
self.expert.update_wallet()
|
||||||
|
|
||||||
sys.exit(self.app.exec_())
|
self.app.exec_()
|
||||||
|
|
||||||
def expand(self):
|
def expand(self):
|
||||||
self.mini.hide()
|
self.mini.hide()
|
||||||
|
|||||||
Reference in New Issue
Block a user