mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Move formats down in the default field display order for the Book details panel
This commit is contained in:
parent
a5953fd68d
commit
7ba58f0d67
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user