1
0
This commit is contained in:
Sander van Grieken
2024-01-16 10:27:14 +01:00
parent d4f31929af
commit d19dd817d3

View File

@@ -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