qt seed dialog fixes
for xpub, reenable show qr code option (fixes #4307) set to read-only when editing capability is not intentional allow tab to auto-complete
This commit is contained in:
@@ -534,7 +534,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
||||
_("Please share it with your cosigners.")
|
||||
])
|
||||
vbox = QVBoxLayout()
|
||||
layout = SeedLayout(xpub, title=msg, icon=False)
|
||||
layout = SeedLayout(xpub, title=msg, icon=False, for_seed_words=False)
|
||||
vbox.addLayout(layout.layout())
|
||||
self.exec_layout(vbox, _('Master Public Key'))
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user