mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
icons
This commit is contained in:
parent
85aca8f62d
commit
7e452ccbe9
3 changed files with 2 additions and 2 deletions
|
@ -88,11 +88,11 @@ class ElectrumWindow(QMainWindow):
|
||||||
if tx['height']:
|
if tx['height']:
|
||||||
conf = self.wallet.interface.blocks - tx['height'] + 1
|
conf = self.wallet.interface.blocks - tx['height'] + 1
|
||||||
time_str = datetime.datetime.fromtimestamp( tx['nTime']).isoformat(' ')[:-3]
|
time_str = datetime.datetime.fromtimestamp( tx['nTime']).isoformat(' ')[:-3]
|
||||||
icon = QIcon("icons/gtk-apply.svg")
|
icon = QIcon("icons/confirmed.png")
|
||||||
else:
|
else:
|
||||||
conf = 0
|
conf = 0
|
||||||
time_str = 'pending'
|
time_str = 'pending'
|
||||||
icon = QIcon("icons/gtk-execute")
|
icon = QIcon("icons/unconfirmed.svg")
|
||||||
v = tx['value']
|
v = tx['value']
|
||||||
balance += v
|
balance += v
|
||||||
label = self.wallet.labels.get(tx_hash)
|
label = self.wallet.labels.get(tx_hash)
|
||||||
|
|
BIN
client/icons/confirmed.png
Normal file
BIN
client/icons/confirmed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Reference in a new issue