Move formats down in the default field display order for the Book details panel

This commit is contained in:
Kovid Goyal 2017-05-19 10:41:19 +05:30
parent a5953fd68d
commit 7ba58f0d67
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -464,8 +464,8 @@ class DB(object):
defs['similar_series_search_key'] = 'series' defs['similar_series_search_key'] = 'series'
defs['similar_series_match_kind'] = 'match_any' defs['similar_series_match_kind'] = 'match_any'
defs['book_display_fields'] = [ defs['book_display_fields'] = [
('title', False), ('authors', True), ('formats', True), ('title', False), ('authors', True), ('series', True),
('series', True), ('identifiers', True), ('tags', True), ('identifiers', True), ('tags', True), ('formats', True),
('path', True), ('publisher', False), ('rating', False), ('path', True), ('publisher', False), ('rating', False),
('author_sort', False), ('sort', False), ('timestamp', False), ('author_sort', False), ('sort', False), ('timestamp', False),
('uuid', False), ('comments', True), ('id', False), ('pubdate', False), ('uuid', False), ('comments', True), ('id', False), ('pubdate', False),