mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +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();
|
searchResult.Result.SwitchToWindow();
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Score = searchResult.Score,
|
||||||
|
|
||||||
// For debugging you can set the second parameter to true to see more information.
|
// For debugging you can set the second parameter to true to see more information.
|
||||||
ToolTipData = GetToolTip(searchResult.Result, false),
|
ToolTipData = GetToolTip(searchResult.Result, false),
|
||||||
|
|||||||
Reference in New Issue
Block a user