follow-up ba3783f998
This commit is contained in:
@@ -563,10 +563,9 @@ class WCKeepDisable(WalletWizardComponent):
|
|||||||
'or do you want to disable it, and have two master private keys in your wallet?'
|
'or do you want to disable it, and have two master private keys in your wallet?'
|
||||||
])
|
])
|
||||||
choices = [
|
choices = [
|
||||||
('keep', _('Keep')),
|
ChoiceItem(key='keep', label=_('Keep')),
|
||||||
('disable', _('Disable')),
|
ChoiceItem(key='disable', label=_('Disable')),
|
||||||
]
|
]
|
||||||
|
|
||||||
self.choice_w = ChoiceWidget(message=message, choices=choices)
|
self.choice_w = ChoiceWidget(message=message, choices=choices)
|
||||||
self.layout().addWidget(self.choice_w)
|
self.layout().addWidget(self.choice_w)
|
||||||
self.layout().addStretch(1)
|
self.layout().addStretch(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user