diff options
author | Alexandre Flament <alex@al-f.net> | 2022-06-05 23:03:26 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-06-05 23:03:26 +0200 |
commit | 9723cef99abab2aa4058343430018605b9368e56 (patch) | |
tree | d2801396771c5c6010651bfa6fd133cd8b36ff99 /searx/settings_defaults.py | |
parent | 1b4180df66e5e656e03f3b094fda3ebb322fd22a (diff) | |
download | searxng-9723cef99abab2aa4058343430018605b9368e56.tar.gz searxng-9723cef99abab2aa4058343430018605b9368e56.zip |
Revert "Theme: add a preference to center the results (Oscar)"
This reverts commit 4237f5fd50c2dc0e91513056d885f25038ef6787.
Diffstat (limited to 'searx/settings_defaults.py')
-rw-r--r-- | searx/settings_defaults.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/settings_defaults.py b/searx/settings_defaults.py index c3dfb563b..938b9714d 100644 --- a/searx/settings_defaults.py +++ b/searx/settings_defaults.py @@ -183,7 +183,6 @@ SCHEMA = { 'theme_args': { 'simple_style': SettingsValue(SIMPLE_STYLE, 'auto'), }, - 'center_aligment': SettingsValue(bool, False), 'results_on_new_tab': SettingsValue(bool, False), 'advanced_search': SettingsValue(bool, False), 'query_in_title': SettingsValue(bool, False), |