1
0

wizard: add keepkey to new wizard

This commit is contained in:
Sander van Grieken
2023-08-23 12:30:20 +02:00
parent 48fb4911a3
commit d70831392d
8 changed files with 52 additions and 7 deletions

View File

@@ -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': {

View File

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