We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763cab8 commit 54145d7Copy full SHA for 54145d7
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -97,8 +97,7 @@ public Result Result(string query, IPublicAPI api)
97
var result = new Result
98
{
99
Title = title,
100
- //SubTitle = LnkResolvedPath ?? FullPath,
101
- SubTitle = "",
+ SubTitle = LnkResolvedPath ?? FullPath,
102
IcoPath = IcoPath,
103
Score = matchResult.Score,
104
TitleHighlightData = matchResult.MatchData,
0 commit comments