Adjust score weight for programs.

This commit is contained in:
qianlifeng
2014-08-10 16:50:35 +08:00
parent 3fea8eb820
commit 0e812b911e
4 changed files with 5 additions and 32 deletions

View File

@@ -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;
}