Show target path in hover tooltip

This commit is contained in:
VictoriousRaptor 2024-04-06 11:54:52 +08:00 committed by GitHub
parent b1269a47f5
commit cd7673418a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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