This commit is contained in:
qianlifeng
2014-03-30 11:20:21 +08:00
parent 79b3b0fffc
commit 67ac5a9c6a

View File

@@ -166,6 +166,7 @@ namespace Wox
lvCustomHotkey.ItemsSource = UserSettingStorage.Instance.CustomPluginHotkeys;
cbEnablePythonPlugins.IsChecked = UserSettingStorage.Instance.EnablePythonPlugins;
cbStartWithWindows.IsChecked = File.Exists(woxLinkPath);
cbEnableBookmarkPlugin.IsChecked = UserSettingStorage.Instance.EnableBookmarkPlugin;
var features = new CompositeCollection
{