commit 06c68a4be1ab0ea734f9d46e5146b80c7d1e644a
parent 8d9b23e76033493cc88e98f2bf8cd5bfcf6509c0
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 28 Sep 2016 10:06:29 +0200
seed_type_label setVisible
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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'))