mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
TX_ICONS list between kivy and qt needs to be kept in sync
This commit is contained in:
parent
48e8bbff69
commit
5522e9ea9f
2 changed files with 3 additions and 0 deletions
|
@ -87,12 +87,14 @@ class CScreen(Factory.Screen):
|
|||
self.add_widget(self.context_menu)
|
||||
|
||||
|
||||
# note: this list needs to be kept in sync with another in qt
|
||||
TX_ICONS = [
|
||||
"close",
|
||||
"close",
|
||||
"close",
|
||||
"unconfirmed",
|
||||
"close",
|
||||
"close",
|
||||
"clock1",
|
||||
"clock2",
|
||||
"clock3",
|
||||
|
|
|
@ -32,6 +32,7 @@ from electrum.util import block_explorer_URL
|
|||
from electrum.util import timestamp_to_datetime, profiler
|
||||
|
||||
|
||||
# note: this list needs to be kept in sync with another in kivy
|
||||
TX_ICONS = [
|
||||
"warning.png",
|
||||
"warning.png",
|
||||
|
|
Loading…
Add table
Reference in a new issue