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.
2 parents b1269a4 + cd76734 commit da63003Copy full SHA for da63003
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