revert PR #1492. clear clipboard instead
This commit is contained in:
@@ -143,7 +143,7 @@ class ElectrumGui:
|
||||
action = wallet.get_action()
|
||||
# run wizard
|
||||
if action is not None:
|
||||
wizard = InstallWizard(self.config, self.network, storage)
|
||||
wizard = InstallWizard(self.app, self.config, self.network, storage)
|
||||
wallet = wizard.run(action)
|
||||
# keep current wallet
|
||||
if not wallet:
|
||||
@@ -174,7 +174,7 @@ class ElectrumGui:
|
||||
if storage.file_exists:
|
||||
QMessageBox.critical(None, "Error", _("File exists"))
|
||||
return
|
||||
wizard = InstallWizard(self.config, self.network, storage)
|
||||
wizard = InstallWizard(self.app, self.config, self.network, storage)
|
||||
wallet = wizard.run('new')
|
||||
if wallet:
|
||||
self.new_window(full_path)
|
||||
|
||||
Reference in New Issue
Block a user