Merge pull request #916 from dalf/pref_infinite_scroll2

Convert the infinite_scroll plugin as a preference (second version)
This commit is contained in:
Alexandre Flament 2022-02-21 12:49:04 +01:00 committed by GitHub
commit 8230603f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 528 additions and 171 deletions

View file

@ -186,6 +186,7 @@ SCHEMA = {
'results_on_new_tab': SettingsValue(bool, False),
'advanced_search': SettingsValue(bool, False),
'query_in_title': SettingsValue(bool, False),
'infinite_scroll': SettingsValue(bool, False),
},
'preferences': {
'lock': SettingsValue(list, []),