Add setting to go to item if there is only one result
This commit is contained in:
parent
88cd36714c
commit
acf0adf798
2 changed files with 59 additions and 31 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue