tseed_type_label setVisible - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 06c68a4be1ab0ea734f9d46e5146b80c7d1e644a
DIR parent 8d9b23e76033493cc88e98f2bf8cd5bfcf6509c0
HTML Author: ThomasV <thomasv@electrum.org>
Date: Wed, 28 Sep 2016 10:06:29 +0200
seed_type_label setVisible
Diffstat:
M gui/qt/installwizard.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
t@@ -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'))