diff --git a/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs b/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs index 0df9622241..5648f20264 100644 --- a/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs +++ b/Wox.Plugin.SystemPlugins/WebSearch/WebSearchesSetting.xaml.cs @@ -29,7 +29,6 @@ namespace Wox.Plugin.SystemPlugins List items = new List() { new ComboBoxItem() {Content = "Google"}, - new ComboBoxItem() {Content = "Bing" }, new ComboBoxItem() {Content = "Baidu"}, }; ComboBoxItem selected = items.FirstOrDefault(o => o.Content.ToString() == UserSettingStorage.Instance.WebSearchSuggestionSource);