mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
replaced 10 with historyresults
This commit is contained in:
parent
5706bdad80
commit
cdbd4dd706
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export class HistoryCompletionSource extends Completions.CompletionSourceFuse {
|
|||
options += options ? " " : ""
|
||||
|
||||
// Options are pre-trimmed to the right length.
|
||||
this.options = (await this.scoreOptions(query, 10)).map(
|
||||
this.options = (await this.scoreOptions(query, config.get("historyresults"))).map(
|
||||
page => new HistoryCompletionOption(options + page.url, page as any),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue