1
0

coldcard: follow-up prev

This commit is contained in:
SomberNight
2019-09-03 17:16:34 +02:00
parent c77fe6aafd
commit 47c3ac6f1b
4 changed files with 22 additions and 40 deletions

View File

@@ -265,4 +265,5 @@ class QtPluginBase(object):
else:
addr = uri.get('address')
keystore.thread.add(partial(plugin.show_address, wallet, addr, keystore))
receive_address_e.addButton("eye1.png", show_address, _("Show on {}").format(keystore.label))
dev_name = f"{plugin.device} ({keystore.label})"
receive_address_e.addButton("eye1.png", show_address, _("Show on {}").format(dev_name))