diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 2f822351..1c72e347 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -269,6 +269,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): _('We recommend to use seeds generated by Electrum or compatible wallets.'), ]) self.show_warning(msg) + slayout.seed_type_label.setVisible(not b) slayout.is_seed = (lambda x: bool(x)) if b else is_seed slayout.on_edit() cb_bip39 = QCheckBox(_('BIP39 seed'))