diff --git a/gui/kivy/uix/screens.py b/gui/kivy/uix/screens.py index d7fff76af..40713ab99 100644 --- a/gui/kivy/uix/screens.py +++ b/gui/kivy/uix/screens.py @@ -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", diff --git a/gui/qt/history_list.py b/gui/qt/history_list.py index 8d6b3123b..a912ac5c2 100644 --- a/gui/qt/history_list.py +++ b/gui/qt/history_list.py @@ -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",