Merge pull request #1428 from return42/fix-center_aligment

fix typo and document preference 'center_alignment' in the 'ui' section
This commit is contained in:
Alexandre Flament 2022-07-07 09:43:12 +02:00 committed by GitHub
commit df837d8b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 14 deletions

View file

@ -185,7 +185,7 @@ SCHEMA = {
'theme_args': {
'simple_style': SettingsValue(SIMPLE_STYLE, 'auto'),
},
'center_aligment': SettingsValue(bool, False),
'center_alignment': SettingsValue(bool, False),
'results_on_new_tab': SettingsValue(bool, False),
'advanced_search': SettingsValue(bool, False),
'query_in_title': SettingsValue(bool, False),