mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
[PTRun][WindowWalker]Added score to the results (#35691)
Added Score to the results returned by WindowWalker Co-authored-by: Andrea Bartolucci <8514491+andbartol@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
084402a2bd
commit
a90b646e72
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user