TREZOR: Update qt_generic for new InstallWizard

Broken by 45f2558
This commit is contained in:
Saleem Rashid 2017-03-13 19:21:55 +00:00
parent 024de7afa5
commit 2dc7ba96c4
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()