wizard: add keepkey to new wizard
This commit is contained in:
@@ -780,7 +780,7 @@ class DigitalBitboxPlugin(HW_PluginBase):
|
||||
else:
|
||||
return 'dbitbox_unlock'
|
||||
|
||||
# insert trezor pages in new wallet wizard
|
||||
# insert digitalbitbox pages in new wallet wizard
|
||||
def extend_wizard(self, wizard: 'NewWalletWizard'):
|
||||
views = {
|
||||
'dbitbox_start': {
|
||||
|
||||
@@ -47,7 +47,7 @@ class Plugin(DigitalBitboxPlugin, QtPluginBase):
|
||||
def init_wallet_wizard(self, wizard: 'QENewWalletWizard'):
|
||||
self.extend_wizard(wizard)
|
||||
|
||||
# insert trezor pages in new wallet wizard
|
||||
# insert digitalbitbox pages in new wallet wizard
|
||||
def extend_wizard(self, wizard: 'QENewWalletWizard'):
|
||||
super().extend_wizard(wizard)
|
||||
views = {
|
||||
|
||||
Reference in New Issue
Block a user