Refactoring start menu source

1. refactoriong start menu source
2. fix depth problems involved in last commit
This commit is contained in:
bao-qian
2016-08-19 23:05:59 +01:00
parent f8cc54d4f2
commit 19617e9dae
11 changed files with 126 additions and 130 deletions

View File

@@ -7,7 +7,7 @@ using Microsoft.Win32;
namespace Wox.Plugin.Program.ProgramSources
{
[Serializable]
public class AppPathsProgramSource : ProgramSource
public class AppPathsProgramSource : Win32
{
public override List<Program> LoadPrograms()
{
@@ -57,7 +57,6 @@ namespace Wox.Plugin.Program.ProgramSources
{
var entry = CreateEntry(path);
entry.ExecutableName = subkey;
entry.Source = this;
return entry;
}
}