mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 09:14:27 +01:00
Fix Restore defaults broken for Preferences->Searching
This commit is contained in:
parent
e1cf2a1bb5
commit
cfb7f9877e
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ def initialize_dynamic(self):
|
|||
defs['gui_restriction'] = defs['cs_restriction'] = ''
|
||||
defs['categories_using_hierarchy'] = []
|
||||
defs['column_color_rules'] = []
|
||||
defs['grouped_search_make_user_categories'] = []
|
||||
|
||||
# Migrate the bool tristate tweak
|
||||
defs['bools_are_tristate'] = \
|
||||
|
|
|
|||
Loading…
Reference in a new issue