1
0

kivy: wizard does not need Factory

This commit is contained in:
ThomasV
2020-12-07 10:53:53 +01:00
parent 2ac815e669
commit dc810f131d

View File

@@ -641,7 +641,7 @@ class ElectrumWindow(App, Logger):
def on_open_wallet(self, password, storage):
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.run('new')
else: