Set icon for offline transactions

This commit is contained in:
Johann Bauer 2018-01-23 23:50:02 +01:00
parent 5e9d901794
commit 887e06eebb
4 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ TX_ICONS = [
"warning.png",
"unconfirmed.png",
"unconfirmed.png",
"warning.png",
"offline_tx.png",
"clock1.png",
"clock2.png",
"clock3.png",

View File

@ -23,6 +23,7 @@
<file>icons/lock.png</file>
<file>icons/microphone.png</file>
<file>icons/network.png</file>
<file>icons/offline_tx.png</file>
<file>icons/qrcode.png</file>
<file>icons/qrcode_white.png</file>
<file>icons/preferences.png</file>

BIN
icons/offline_tx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -69,7 +69,7 @@ TX_STATUS = [
_('Low fee'),
_('Unconfirmed'),
_('Not Verified'),
_('Local'),
_('Local only'),
]