mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2017708 [6.16.1*: New columns missing from column icon dropdown](https://bugs.launchpad.net/calibre/+bug/2017708)
This commit is contained in:
parent
b319a1ceaa
commit
809ce3dc44
@ -263,8 +263,7 @@ def conditionable_columns(fm):
|
||||
def displayable_columns(fm):
|
||||
yield color_row_key
|
||||
for key in fm.displayable_field_keys():
|
||||
if key not in ('sort', 'author_sort', 'comments', 'formats',
|
||||
'identifiers', 'path'):
|
||||
if key not in ('sort', 'author_sort', 'comments', 'identifiers',):
|
||||
yield key
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user