mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 18:29:24 +08:00
Removed FileSystemSourceShallow
This commit is contained in:
parent
7d4dd9c699
commit
b8f513fffe
@ -4,7 +4,7 @@ using System.Linq;
|
||||
using Wox.Infrastructure.Storage.UserSettings;
|
||||
|
||||
namespace Wox.Plugin.SystemPlugins.Program.ProgramSources {
|
||||
//TODO: Create Deep Version that grabs all subfolders like FileSystemProgramSource
|
||||
//TODO: Consider Removing
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -45,7 +45,7 @@ namespace Wox.Plugin.SystemPlugins.Program
|
||||
{"CommonStartMenuProgramSource", typeof(CommonStartMenuProgramSource)},
|
||||
{"UserStartMenuProgramSource", typeof(UserStartMenuProgramSource)},
|
||||
{"AppPathsProgramSource", typeof(AppPathsProgramSource)},
|
||||
{"FileSystemFolderSourceShallow", typeof(FileSystemFolderSourceShallow)},
|
||||
//{"FileSystemFolderSourceShallow", typeof(FileSystemFolderSourceShallow)},
|
||||
};
|
||||
private PluginInitContext context;
|
||||
|
||||
|
@ -67,7 +67,6 @@
|
||||
</Compile>
|
||||
<Compile Include="Program\ProgramSources\AppPathsProgramSource.cs" />
|
||||
<Compile Include="Program\ProgramSources\CommonStartMenuProgramSource.cs" />
|
||||
<Compile Include="Program\ProgramSources\FileSystemFolderSourceShallow.cs" />
|
||||
<Compile Include="Program\ProgramSources\PortableAppsProgramSource.cs" />
|
||||
<Compile Include="Program\IProgramSource.cs" />
|
||||
<Compile Include="BaseSystemPlugin.cs" />
|
||||
|
Loading…
Reference in New Issue
Block a user