Skip to content

Commit

Permalink
Merge pull request #2636 from Flow-Launcher/VictoriousRaptor-patch-1
Browse files Browse the repository at this point in the history
Show target path in hover tooltip
  • Loading branch information
VictoriousRaptor authored Apr 6, 2024
2 parents b1269a4 + cd76734 commit da63003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public Result Result(string query, IPublicAPI api)
Score = matchResult.Score,
TitleHighlightData = matchResult.MatchData,
ContextData = this,
TitleToolTip = $"{title}\n{ExecutablePath}",
Action = c =>
{
// Ctrl + Enter to open containing folder
Expand Down

0 comments on commit da63003

Please sign in to comment.