feat(settings): disable bing engine
This commit is contained in:
parent
f63d2d0956
commit
1909b0e750
1 changed files with 6 additions and 6 deletions
|
|
@ -49,12 +49,12 @@ engines:
|
|||
weight: 1.5
|
||||
timeout: 3.0
|
||||
|
||||
- name: bing
|
||||
engine: bing
|
||||
shortcut: b
|
||||
weight: 1.5 # large index, complements Google well
|
||||
disabled: false
|
||||
timeout: 3.0
|
||||
# - name: bing
|
||||
# engine: bing
|
||||
# shortcut: b
|
||||
# weight: 1.5 # large index, complements Google well
|
||||
# disabled: false
|
||||
# timeout: 3.0
|
||||
|
||||
- name: startpage
|
||||
engine: startpage
|
||||
|
|
|
|||
Loading…
Reference in a new issue