1
0

add trezor icon

This commit is contained in:
ThomasV
2015-08-06 11:22:16 +02:00
parent e18ddd0096
commit 12431a1eb8
3 changed files with 13 additions and 12 deletions

View File

@@ -129,7 +129,7 @@ class Plugin(BasePlugin):
self.wallet = wallet
self.window = window
self.wallet.plugin = self
self.trezor_button = StatusBarButton( QIcon(":icons/trustedcoin.png"), _("Network"), self.settings_dialog)
self.trezor_button = StatusBarButton( QIcon(":icons/trezor.png"), _("Network"), self.settings_dialog)
self.window.statusBar().addPermanentWidget(self.trezor_button)
if self.handler is None:
self.handler = TrezorQtHandler(self.window.app)