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 25b5f30 commit 8aaeb85Copy full SHA for 8aaeb85
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -97,7 +97,8 @@ public Result Result(string query, IPublicAPI api)
97
var result = new Result
98
{
99
Title = title,
100
- SubTitle = LnkResolvedPath ?? FullPath,
+ //SubTitle = LnkResolvedPath ?? FullPath,
101
+ SubTitle = "",
102
IcoPath = IcoPath,
103
Score = matchResult.Score,
104
TitleHighlightData = matchResult.MatchData,
0 commit comments