From 67ac5a9c6aa884021f36b14233cf8011e457f397 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Sun, 30 Mar 2014 11:20:21 +0800 Subject: [PATCH] Fix issues in 636350c3952daa62346f49f790035aa2c5082727 --- Wox/SettingWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wox/SettingWindow.xaml.cs b/Wox/SettingWindow.xaml.cs index aeb45cefd4..1fe3f54877 100644 --- a/Wox/SettingWindow.xaml.cs +++ b/Wox/SettingWindow.xaml.cs @@ -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 {