mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Fix issue#32
This commit is contained in:
@@ -25,6 +25,7 @@ namespace Wox.Plugin.System
|
||||
results.Add(new Result()
|
||||
{
|
||||
Title = string.Format("Search {0} for \"{1}\"", webSearch.Title, keyword),
|
||||
Score = 6,
|
||||
IcoPath = webSearch.IconPath,
|
||||
Action = (c) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user