Skip to content

Commit 8aaeb85

Browse files
committed
- item of *.lnk remove subtitle (for test)
1 parent 25b5f30 commit 8aaeb85

File tree

1 file changed

+2
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ public Result Result(string query, IPublicAPI api)
9797
var result = new Result
9898
{
9999
Title = title,
100-
SubTitle = LnkResolvedPath ?? FullPath,
100+
//SubTitle = LnkResolvedPath ?? FullPath,
101+
SubTitle = "",
101102
IcoPath = IcoPath,
102103
Score = matchResult.Score,
103104
TitleHighlightData = matchResult.MatchData,

0 commit comments

Comments
 (0)