This commit is contained in:
qianlifeng
2014-03-19 22:17:19 +08:00
15 changed files with 347 additions and 12 deletions

View File

@@ -54,19 +54,19 @@ namespace Wox.Infrastructure.UserSettings
var list = new List<ProgramSource>();
list.Add(new ProgramSource()
{
BounsPoints = 0,
BonusPoints = 0,
Enabled = true,
Type = "CommonStartMenuProgramSource"
});
list.Add(new ProgramSource()
{
BounsPoints = 0,
BonusPoints = 0,
Enabled = true,
Type = "UserStartMenuProgramSource"
});
list.Add(new ProgramSource()
{
BounsPoints = -10,
BonusPoints = -10,
Enabled = true,
Type = "AppPathsProgramSource"
});