kivy: wizard does not need Factory
This commit is contained in:
@@ -641,7 +641,7 @@ class ElectrumWindow(App, Logger):
|
|||||||
|
|
||||||
def on_open_wallet(self, password, storage):
|
def on_open_wallet(self, password, storage):
|
||||||
if not storage.file_exists():
|
if not storage.file_exists():
|
||||||
wizard = Factory.InstallWizard(self.electrum_config, self.plugins)
|
wizard = InstallWizard(self.electrum_config, self.plugins)
|
||||||
wizard.path = storage.path
|
wizard.path = storage.path
|
||||||
wizard.run('new')
|
wizard.run('new')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user