Added Features

Feature: Search additional folders by default (shallow search)
Feature: Disable bookmarks
This commit is contained in:
Aaron Campf
2014-03-29 14:32:29 -07:00
parent c076717133
commit 636350c395
8 changed files with 185 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ namespace Wox.Plugin.SystemPlugins
{"CommonStartMenuProgramSource", typeof(CommonStartMenuProgramSource)},
{"UserStartMenuProgramSource", typeof(UserStartMenuProgramSource)},
{"AppPathsProgramSource", typeof(AppPathsProgramSource)},
{"FileSystemFolderSourceShallow", typeof(FileSystemFolderSourceShallow)},
};
private PluginInitContext context;