mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
keep all result in result list view
This commit is contained in:
parent
1b76da175f
commit
f51d2c57c7
1 changed files with 0 additions and 2 deletions
|
|
@ -191,7 +191,6 @@ namespace Flow.Launcher.ViewModel
|
|||
return results.Where(r => r.Result.PluginID != resultId)
|
||||
.Concat(newResults)
|
||||
.OrderByDescending(r => r.Result.Score)
|
||||
.Take(MaxResults * 2)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
|
@ -207,7 +206,6 @@ namespace Flow.Launcher.ViewModel
|
|||
.SelectMany(u => u.Results)
|
||||
.Select(r => new ResultViewModel(r, _settings)))
|
||||
.OrderByDescending(rv => rv.Result.Score)
|
||||
.Take(MaxResults * 2)
|
||||
.ToList();
|
||||
}
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Reference in a new issue