mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
Added Score to the results returned by WindowWalker
This commit is contained in:
parent
7382f1836f
commit
873a0e63f6
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user