Added Score to the results returned by WindowWalker

This commit is contained in:
Andrea Bartolucci 2024-10-31 11:30:17 +01:00
parent 7382f1836f
commit 873a0e63f6

View File

@ -68,6 +68,7 @@ namespace Microsoft.Plugin.WindowWalker.Components
searchResult.Result.SwitchToWindow();
return true;
},
Score = searchResult.Score,
// For debugging you can set the second parameter to true to see more information.
ToolTipData = GetToolTip(searchResult.Result, false),