Merge pull request #2290 from saleemrashid/trezor-install-wizard

TREZOR: Update qt_generic for new InstallWizard
This commit is contained in:
ThomasV 2017-03-14 05:54:11 +01:00 committed by GitHub
commit 2737788e9c
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class QtPlugin(QtPluginBase):
vbox.addWidget(passphrase_warning)
vbox.addWidget(cb_phrase)
wizard.set_main_layout(vbox, next_enabled=next_enabled)
wizard.exec_layout(vbox, next_enabled=next_enabled)
if method in [TIM_NEW, TIM_RECOVER]:
item = bg.checkedId()