mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Fix type
This commit is contained in:
parent
86a0bae6cb
commit
127af1eae6
@ -133,7 +133,7 @@ categories_collapsed_popularity_template = r'{first.count:d} - {last.count:d}'
|
|||||||
# the tag browser. Items are named using their lookup name, and will be sorted
|
# the tag browser. Items are named using their lookup name, and will be sorted
|
||||||
# using the number supplied. The lookup name '*' stands for all names that
|
# using the number supplied. The lookup name '*' stands for all names that
|
||||||
# otherwise do not appear. Two names with the same value will be sorted
|
# otherwise do not appear. Two names with the same value will be sorted
|
||||||
# according the the default order; the one used when the dict is empty.
|
# according the default order; the one used when the dict is empty.
|
||||||
# Example: tag_browser_category_order = {'series':1, 'tags':2, '*':3}
|
# Example: tag_browser_category_order = {'series':1, 'tags':2, '*':3}
|
||||||
# resulting in the order series, tags, then everything else in default order.
|
# resulting in the order series, tags, then everything else in default order.
|
||||||
tag_browser_category_order = {'*':1}
|
tag_browser_category_order = {'*':1}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user