mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
remove bing search suggestions.
This commit is contained in:
@@ -29,7 +29,6 @@ namespace Wox.Plugin.SystemPlugins
|
|||||||
List<ComboBoxItem> items = new List<ComboBoxItem>()
|
List<ComboBoxItem> items = new List<ComboBoxItem>()
|
||||||
{
|
{
|
||||||
new ComboBoxItem() {Content = "Google"},
|
new ComboBoxItem() {Content = "Google"},
|
||||||
new ComboBoxItem() {Content = "Bing" },
|
|
||||||
new ComboBoxItem() {Content = "Baidu"},
|
new ComboBoxItem() {Content = "Baidu"},
|
||||||
};
|
};
|
||||||
ComboBoxItem selected = items.FirstOrDefault(o => o.Content.ToString() == UserSettingStorage.Instance.WebSearchSuggestionSource);
|
ComboBoxItem selected = items.FirstOrDefault(o => o.Content.ToString() == UserSettingStorage.Instance.WebSearchSuggestionSource);
|
||||||
|
|||||||
Reference in New Issue
Block a user