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 b1269a4 commit cd76734Copy full SHA for cd76734
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -183,6 +183,7 @@ public Result Result(string query, IPublicAPI api)
183
Score = matchResult.Score,
184
TitleHighlightData = matchResult.MatchData,
185
ContextData = this,
186
+ TitleToolTip = $"{title}\n{ExecutablePath}",
187
Action = c =>
188
{
189
// Ctrl + Enter to open containing folder
0 commit comments