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

@@ -56,6 +56,9 @@ namespace Wox.Infrastructure.Storage.UserSettings
[JsonProperty]
public bool EnablePythonPlugins { get; set; }
[JsonProperty]
public bool EnableBookmarkPlugin { get; set; }
[JsonProperty]
public double Opacity { get; set; }
@@ -122,6 +125,7 @@ namespace Wox.Infrastructure.Storage.UserSettings
protected override void LoadDefaultConfig()
{
EnablePythonPlugins = true;
EnableBookmarkPlugin = true;
Theme = "Dark";
ReplaceWinR = true;
WebSearches = LoadDefaultWebSearches();