mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Removed FileSystemSourceShallow
This commit is contained in:
parent
7d4dd9c699
commit
b8f513fffe
3 changed files with 2 additions and 3 deletions
|
|
@ -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 a new issue