seed_type_label setVisible

This commit is contained in:
ThomasV 2016-09-28 10:06:29 +02:00
parent 8d9b23e760
commit 06c68a4be1
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
_('We recommend to use seeds generated by Electrum or compatible wallets.'), _('We recommend to use seeds generated by Electrum or compatible wallets.'),
]) ])
self.show_warning(msg) self.show_warning(msg)
slayout.seed_type_label.setVisible(not b)
slayout.is_seed = (lambda x: bool(x)) if b else is_seed slayout.is_seed = (lambda x: bool(x)) if b else is_seed
slayout.on_edit() slayout.on_edit()
cb_bip39 = QCheckBox(_('BIP39 seed')) cb_bip39 = QCheckBox(_('BIP39 seed'))