mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Adjust score weight for programs.
This commit is contained in:
@@ -93,7 +93,6 @@ namespace Wox.Plugin.SystemPlugins.ControlPanel
|
||||
}
|
||||
|
||||
List<Result> panelItems = results.OrderByDescending(o => o.Score).Take(5).ToList();
|
||||
panelItems.ForEach(o => o.Score = 0);
|
||||
return panelItems;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user