diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-03-19 23:14:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 23:14:03 +0100 |
commit | bc303099397b793bc4441e5b0db84a367ac201d7 (patch) | |
tree | 585bf9bc69c971568eb7c6410da619e4803b5ebf | |
parent | 96605d4330837ee307cd182674ba21bc5c23a169 (diff) | |
parent | e4a2bfba38b3044ef22f41d46fd10102e7644bce (diff) | |
download | searxng-bc303099397b793bc4441e5b0db84a367ac201d7.tar.gz searxng-bc303099397b793bc4441e5b0db84a367ac201d7.zip |
Merge pull request #992 from return42/fix-987
[fix] settings.yml: ui.results_on_new_tab
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b4ff5453c..dc81f4a82 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -80,13 +80,13 @@ ui: # Default interface locale - leave blank to detect from browser information or # use codes from the 'locales' config section default_locale: "" + # Open result links in a new tab by default + # results_on_new_tab: false theme_args: # default style of oscar oscar_style: logicodev # style of simple theme: auto, light, dark simple_style: auto - # Open result links in a new tab by default - # results_on_new_tab: false # Lock arbitrary settings on the preferences page. To find the ID of the user # setting you want to lock, check the ID of the form on the page "preferences". |