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

@@ -16,7 +16,7 @@ namespace Wox.Plugin.System
public AppPathsProgramSource(Wox.Infrastructure.UserSettings.ProgramSource source)
: this()
{
this.BonusPoints = source.BounsPoints;
this.BonusPoints = source.BonusPoints;
}
public override List<Program> LoadPrograms()
@@ -46,5 +46,10 @@ namespace Wox.Plugin.System
}
}
}
public override string ToString()
{
return typeof(AppPathsProgramSource).Name;
}
}
}