Browse Source

seed_type_label setVisible

283
ThomasV 8 years ago
parent
commit
06c68a4be1
  1. 1
      gui/qt/installwizard.py

1
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'))

Loading…
Cancel
Save