Merge pull request #485 from dalf/pref_query_in_title

[mod] new preference: query_in_title
This commit is contained in:
Alexandre Flament 2021-11-24 13:10:27 +01:00 committed by GitHub
commit 42c1a938f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 2 deletions

View file

@ -188,6 +188,7 @@ SCHEMA = {
},
'results_on_new_tab': SettingsValue(bool, False),
'advanced_search': SettingsValue(bool, False),
'query_in_title': SettingsValue(bool, False),
'categories_order': SettingsValue(list, CATEGORY_ORDER),
},
'preferences': {