mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
add AutoAjustScore option for results
This commit is contained in:
@@ -30,6 +30,7 @@ namespace WinAlfred.Commands
|
||||
{
|
||||
result.PluginDirectory = pair1.Metadata.PluginDirecotry;
|
||||
result.OriginQuery = query;
|
||||
result.AutoAjustScore = true;
|
||||
}
|
||||
if(results.Count > 0 && updateView) UpdateResultView(results);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user