mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Show target path in hover tooltip
This commit is contained in:
parent
b1269a47f5
commit
cd7673418a
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
Score = matchResult.Score,
|
||||
TitleHighlightData = matchResult.MatchData,
|
||||
ContextData = this,
|
||||
TitleToolTip = $"{title}\n{ExecutablePath}",
|
||||
Action = c =>
|
||||
{
|
||||
// Ctrl + Enter to open containing folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue