Browse Source

Extra headers only if used.

283
Neil Booth 9 years ago
parent
commit
0db2dbf3d7
  1. 3
      plugins/exchange_rate.py

3
plugins/exchange_rate.py

@ -401,7 +401,8 @@ class Plugin(BasePlugin, ThreadJob):
@hook
def history_tab_headers(self, headers):
headers.extend([_('Fiat Amount'), _('Fiat Balance')])
if self.config_history():
headers.extend([_('Fiat Amount'), _('Fiat Balance')])
@hook
def history_tab_update_begin(self):

Loading…
Cancel
Save