1
0

QAbstractItemModel: Release Notes and Address List fiat bug fix

This commit is contained in:
Janus
2018-12-07 15:12:04 +01:00
committed by SomberNight
parent 3960070a50
commit d2ddb255ef
2 changed files with 12 additions and 0 deletions

View File

@@ -247,6 +247,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
# History tab needs updating if it used spot
if self.fx.history_used_spot:
self.history_model.refresh('fx_quotes')
self.address_list.update()
def toggle_tab(self, tab):
show = not self.config.get('show_{}_tab'.format(tab.tab_name), False)