mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove bing search suggestions.
This commit is contained in:
parent
83e199a0de
commit
e11e141b5e
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ namespace Wox.Plugin.SystemPlugins
|
|||
List<ComboBoxItem> items = new List<ComboBoxItem>()
|
||||
{
|
||||
new ComboBoxItem() {Content = "Google"},
|
||||
new ComboBoxItem() {Content = "Bing" },
|
||||
new ComboBoxItem() {Content = "Baidu"},
|
||||
};
|
||||
ComboBoxItem selected = items.FirstOrDefault(o => o.Content.ToString() == UserSettingStorage.Instance.WebSearchSuggestionSource);
|
||||
|
|
|
|||
Loading…
Reference in a new issue