1
0
This commit is contained in:
ThomasV
2025-06-19 09:44:56 +02:00
parent 4714fdfba2
commit f6075a5825

View File

@@ -563,10 +563,9 @@ class WCKeepDisable(WalletWizardComponent):
'or do you want to disable it, and have two master private keys in your wallet?'
])
choices = [
('keep', _('Keep')),
('disable', _('Disable')),
ChoiceItem(key='keep', label=_('Keep')),
ChoiceItem(key='disable', label=_('Disable')),
]
self.choice_w = ChoiceWidget(message=message, choices=choices)
self.layout().addWidget(self.choice_w)
self.layout().addStretch(1)