1
Fork 0

Add setting to go to item if there is only one result

This commit is contained in:
Guillaume Gomez 2018-04-25 19:50:32 +02:00
parent 88cd36714c
commit acf0adf798
2 changed files with 59 additions and 31 deletions

View file

@ -1594,6 +1594,8 @@ impl<'a> Settings<'a> {
settings: vec![
("item-declarations", "Auto-hide item declarations.", true),
("item-attributes", "Auto-hide item attributes.", true),
("go-to-only-result", "Directly go to item in search if there is only one result",
false),
],
root_path,
suffix,