mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
Add key to settings.yml for opening result links in a new tab
Closes #1552 Closes #444
This commit is contained in:
parent
4a913247b2
commit
8bcba31e31
2 changed files with 2 additions and 1 deletions
|
@ -364,7 +364,7 @@ class Preferences(object):
|
|||
choices=themes
|
||||
),
|
||||
'results_on_new_tab': MapSetting(
|
||||
False,
|
||||
settings['ui'].get('results_on_new_tab', False),
|
||||
map={
|
||||
'0': False,
|
||||
'1': True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue