1
0

config: remove 'open_last_wallet' side-effecting

related: #5629
This commit is contained in:
SomberNight
2019-09-10 17:10:52 +02:00
parent d1026b5afe
commit 1a08063928
6 changed files with 25 additions and 22 deletions

View File

@@ -343,8 +343,7 @@ class ElectrumGui(Logger):
return
self.timer.start()
self.config.open_last_wallet()
path = self.config.get_wallet_path()
path = self.config.get_wallet_path(use_gui_last_wallet=True)
if not self.start_new_window(path, self.config.get('url'), app_is_starting=True):
return
signal.signal(signal.SIGINT, lambda *args: self.app.quit())