1
0

new icons to show hardware wallet pairing in status bar

This commit is contained in:
ThomasV
2016-08-27 11:30:53 +02:00
parent 62b47ca3b3
commit b07d3466c0
9 changed files with 27 additions and 10 deletions

View File

@@ -3,7 +3,8 @@ from keepkey import KeepKeyPlugin
class Plugin(qt_plugin_class(KeepKeyPlugin)):
icon_file = ":icons/keepkey.png"
icon_paired = ":icons/keepkey.png"
icon_unpaired = ":icons/keepkey_unpaired.png"
@classmethod
def pin_matrix_widget_class(self):