Sander van Grieken 2 years ago
parent
commit
d19dd817d3
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 3
      electrum/gui/qt/wizard/wallet.py

3
electrum/gui/qt/wizard/wallet.py

@ -1413,3 +1413,6 @@ class WCHWUninitialized(WalletWizardComponent):
label = WWLabel(_('This {} is not initialized. Use manufacturer tooling to initialize the device.').format(_info.model_name))
label.setAlignment(Qt.AlignCenter)
self.layout().addWidget(label)
def apply(self):
pass

Loading…
Cancel
Save