diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 21cef9993..a519cf956 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -285,8 +285,7 @@ class InstallWizard(QDialog, MessageBoxMixin, WizardBase): vbox = QVBoxLayout() vbox.addLayout(actions_clayout.layout()) vbox.addLayout(wallet_clayout.layout()) - self.set_main_layout(vbox) - self.next_button.setEnabled(len(choices) != 0) + self.set_main_layout(vbox, next_enabled=len(choices) != 0) if actions_clayout.selected_index() == 2: action = 'restore'