- item of *.lnk remove subtitle (for test)

This commit is contained in:
Dobin Park 2021-10-06 02:25:37 +09:00
parent 25b5f301df
commit 8aaeb85d69

View file

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