1
0

kivy fx: make sure displayed fiat values get updated

This commit is contained in:
SomberNight
2018-09-10 16:43:04 +02:00
parent 3e3d387161
commit fffec71fb3
2 changed files with 6 additions and 4 deletions

View File

@@ -156,6 +156,7 @@ class ElectrumWindow(App):
def on_quotes(self, d):
Logger.info("on_quotes")
self._trigger_update_status()
self._trigger_update_history()
def on_history(self, d):