1
0

show address on hw: change icon

This commit is contained in:
SomberNight
2018-04-28 16:07:49 +02:00
parent 688dd07381
commit 78745f1f02
3 changed files with 2 additions and 2 deletions

View File

@@ -227,5 +227,4 @@ class QtPluginBase(object):
def show_address():
addr = receive_address_e.text()
keystore.thread.add(partial(plugin.show_address, wallet, addr, keystore))
# TODO icon
receive_address_e.addButton(":icons/tab_console.png", show_address, _("Show on {}").format(plugin.device))
receive_address_e.addButton(":icons/eye1.png", show_address, _("Show on {}").format(plugin.device))