Close #42 Program Source settings GUI

This commit is contained in:
Yeechan Lu
2014-03-19 20:16:20 +08:00
parent f4e74065ec
commit 1fa4be9ebb
15 changed files with 347 additions and 12 deletions

View File

@@ -52,19 +52,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"
});