mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
parent
9700e6112b
commit
9b3f165212
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ class ChannelsList(MyTreeView):
|
|||
Columns.CHANNEL_STATUS: _('Status'),
|
||||
}
|
||||
|
||||
filter_columns = [
|
||||
Columns.SHORT_CHANID,
|
||||
Columns.NODE_ALIAS,
|
||||
Columns.CHANNEL_STATUS,
|
||||
]
|
||||
|
||||
_default_item_bg_brush = None # type: Optional[QBrush]
|
||||
|
||||
def __init__(self, parent):
|
||||
|
|
Loading…
Add table
Reference in a new issue