mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Set the default for combining first letters to 5. Although this changes behavior, it makes the feature much more discoverable and it is easy to change it.
This commit is contained in:
parent
9176f034fe
commit
705519e14d
@ -134,7 +134,7 @@ def create_defs():
|
||||
defs['font'] = None
|
||||
defs['tags_browser_partition_method'] = 'first letter'
|
||||
defs['tags_browser_collapse_at'] = 100
|
||||
defs['tags_browser_collapse_fl_at'] = 0
|
||||
defs['tags_browser_collapse_fl_at'] = 5
|
||||
defs['tag_browser_dont_collapse'] = []
|
||||
defs['edit_metadata_single_layout'] = 'default'
|
||||
defs['preserve_date_on_ctl'] = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user