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 {