mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
change default max suggestions to 4
This commit is contained in:
parent
43e209ded3
commit
2ee7b97cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
suggestions: true,
|
||||
|
||||
// max amount of suggestions to display.
|
||||
suggestionsLimit: 5,
|
||||
suggestionsLimit: 4,
|
||||
|
||||
// open queries in a new tab.
|
||||
newTab: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue