Skip to content

Commit cd76734

Browse files
Show target path in hover tooltip
1 parent b1269a4 commit cd76734

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public Result Result(string query, IPublicAPI api)
183183
Score = matchResult.Score,
184184
TitleHighlightData = matchResult.MatchData,
185185
ContextData = this,
186+
TitleToolTip = $"{title}\n{ExecutablePath}",
186187
Action = c =>
187188
{
188189
// Ctrl + Enter to open containing folder

0 commit comments

Comments
 (0)