mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Move formats down in the default field display order for the Book details panel
This commit is contained in:
parent
a5953fd68d
commit
7ba58f0d67
1 changed files with 2 additions and 2 deletions
|
|
@ -464,8 +464,8 @@ def initialize_prefs(self, default_prefs, restore_all_prefs, progress_callback):
|
|||
defs['similar_series_search_key'] = 'series'
|
||||
defs['similar_series_match_kind'] = 'match_any'
|
||||
defs['book_display_fields'] = [
|
||||
('title', False), ('authors', True), ('formats', True),
|
||||
('series', True), ('identifiers', True), ('tags', True),
|
||||
('title', False), ('authors', True), ('series', True),
|
||||
('identifiers', True), ('tags', True), ('formats', True),
|
||||
('path', True), ('publisher', False), ('rating', False),
|
||||
('author_sort', False), ('sort', False), ('timestamp', False),
|
||||
('uuid', False), ('comments', True), ('id', False), ('pubdate', False),
|
||||
|
|
|
|||
Loading…
Reference in a new issue