diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs index 36b46e856..9f82dfe16 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs @@ -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) => {