TX_ICONS list between kivy and qt needs to be kept in sync
This commit is contained in:
@@ -87,12 +87,14 @@ class CScreen(Factory.Screen):
|
|||||||
self.add_widget(self.context_menu)
|
self.add_widget(self.context_menu)
|
||||||
|
|
||||||
|
|
||||||
|
# note: this list needs to be kept in sync with another in qt
|
||||||
TX_ICONS = [
|
TX_ICONS = [
|
||||||
"close",
|
"close",
|
||||||
"close",
|
"close",
|
||||||
"close",
|
"close",
|
||||||
"unconfirmed",
|
"unconfirmed",
|
||||||
"close",
|
"close",
|
||||||
|
"close",
|
||||||
"clock1",
|
"clock1",
|
||||||
"clock2",
|
"clock2",
|
||||||
"clock3",
|
"clock3",
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ from electrum.util import block_explorer_URL
|
|||||||
from electrum.util import timestamp_to_datetime, profiler
|
from electrum.util import timestamp_to_datetime, profiler
|
||||||
|
|
||||||
|
|
||||||
|
# note: this list needs to be kept in sync with another in kivy
|
||||||
TX_ICONS = [
|
TX_ICONS = [
|
||||||
"warning.png",
|
"warning.png",
|
||||||
"warning.png",
|
"warning.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user