mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Fix web search icon
part of #384 bug introduced in 38cc115c1f9e1efbb2256f6e88168493797adb5c
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Wox.Plugin.WebSearch
|
||||
{
|
||||
Title = "Google",
|
||||
ActionKeyword = "g",
|
||||
IconPath = @"google.png",
|
||||
IconPath = @"Images\google.png",
|
||||
Url = "https://www.google.com/search?q={q}",
|
||||
Enabled = true
|
||||
};
|
||||
@@ -52,7 +52,7 @@ namespace Wox.Plugin.WebSearch
|
||||
{
|
||||
Title = "Wikipedia",
|
||||
ActionKeyword = "wiki",
|
||||
IconPath = @"wiki.png",
|
||||
IconPath = @"Images\wiki.png",
|
||||
Url = "http://en.wikipedia.org/wiki/{q}",
|
||||
Enabled = true
|
||||
};
|
||||
@@ -62,7 +62,7 @@ namespace Wox.Plugin.WebSearch
|
||||
{
|
||||
Title = "FindIcon",
|
||||
ActionKeyword = "findicon",
|
||||
IconPath = @"pictures.png",
|
||||
IconPath = @"Images\pictures.png",
|
||||
Url = "http://findicons.com/search/{q}",
|
||||
Enabled = true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user