Skip to content

Commit 54145d7

Browse files
committed
revert subtitle change
1 parent 763cab8 commit 54145d7

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)