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