revert subtitle change

This commit is contained in:
Jeremy 2021-10-07 07:02:56 +11:00
parent 763cab824b
commit 54145d7604

View file

@ -97,8 +97,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
var result = new Result
{
Title = title,
//SubTitle = LnkResolvedPath ?? FullPath,
SubTitle = "",
SubTitle = LnkResolvedPath ?? FullPath,
IcoPath = IcoPath,
Score = matchResult.Score,
TitleHighlightData = matchResult.MatchData,