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