Merge pull request #85 from SysC0mp/highlight-how-results-matched

Highlight how results matched
This commit is contained in:
Jeremy Wu
2019-12-12 07:24:22 +11:00
committed by GitHub
19 changed files with 324 additions and 123 deletions

View File

@@ -78,8 +78,8 @@ namespace Wox.Plugin.Program
}
var results1 = win32.AsParallel()
.Where(p => p.Enabled)
.Select(p => p.Result(query.Search, _context.API));
.Where(p => p.Enabled)
.Select(p => p.Result(query.Search, _context.API));
var results2 = uwps.AsParallel()
.Where(p => p.Enabled)