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

@@ -49,6 +49,11 @@ namespace Wox.Plugin.SystemPlugins
protected override void InitInternal(PluginInitContext context)
{
if (!Wox.Infrastructure.Storage.UserSettings.UserSettingStorage.Instance.EnableBookmarkPlugin)
{
return;
}
bookmarks.Clear();
LoadChromeBookmarks();