mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
ProcessKiller: highlight result title
This commit is contained in:
parent
1707ec7222
commit
d0e196cfed
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ namespace Flow.Launcher.Plugin.ProcessKiller
|
|||
IcoPath = path,
|
||||
Title = p.ProcessName + " - " + p.Id,
|
||||
SubTitle = path,
|
||||
TitleHighlightData = StringMatcher.FuzzySearch(termToSearch, p.ProcessName).MatchData,
|
||||
Score = pr.Score,
|
||||
Action = (c) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue