fuzzy-sort/launcher: no more insane threshold, default to 0.35. gives a +1 boost to apps. to ensure they get on top.

This commit is contained in:
Lemmy
2026-01-23 12:01:02 -05:00
parent ee2e9cdb0c
commit 90340f71a3
7 changed files with 2 additions and 8 deletions
-1
View File
@@ -133,7 +133,6 @@ RowLayout {
if (typeof FuzzySort !== 'undefined') {
var fuzzyResults = FuzzySort.go(query, items, {
"key": "name",
"threshold": -1000,
"limit": 50
});