Fix #2017708 [6.16.1*: New columns missing from column icon dropdown](https://bugs.launchpad.net/calibre/+bug/2017708)

This commit is contained in:
Kovid Goyal 2023-04-26 08:41:44 +05:30
parent b319a1ceaa
commit 809ce3dc44
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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