QAbstractItemModel: Release Notes and Address List fiat bug fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user