new icons to show hardware wallet pairing in status bar
This commit is contained in:
@@ -3,7 +3,8 @@ from trezor import TrezorPlugin
|
||||
|
||||
|
||||
class Plugin(qt_plugin_class(TrezorPlugin)):
|
||||
icon_file = ":icons/trezor.png"
|
||||
icon_unpaired = ":icons/trezor_unpaired.png"
|
||||
icon_paired = ":icons/trezor.png"
|
||||
|
||||
@classmethod
|
||||
def pin_matrix_widget_class(self):
|
||||
|
||||
Reference in New Issue
Block a user