new icon for xpub/xprv dialogs
This commit is contained in:
@@ -412,7 +412,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
||||
_("Please share it with your cosigners.")
|
||||
])
|
||||
vbox = QVBoxLayout()
|
||||
layout = SeedDisplayLayout(xpub, title=msg, sid='hot')
|
||||
layout = SeedDisplayLayout(xpub, title=msg, xpub=True)
|
||||
vbox.addLayout(layout.layout())
|
||||
self.set_main_layout(vbox, _('Master Public Key'))
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user