mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
Refactoring start menu source
1. refactoriong start menu source 2. fix depth problems involved in last commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user