mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
Extra headers only if used.
This commit is contained in:
parent
39615333c0
commit
0db2dbf3d7
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue