mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Replace all obsoleted method
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
IcoPath = "Images/work.png",
|
||||
Action = (c) =>
|
||||
{
|
||||
context.ChangeQuery(metadataCopy.ActionKeyword + " ");
|
||||
context.API.ChangeQuery(metadataCopy.ActionKeyword + " ");
|
||||
return false;
|
||||
},
|
||||
};
|
||||
@@ -54,7 +54,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
IcoPath = "Images/work.png",
|
||||
Action = (c) =>
|
||||
{
|
||||
context.ChangeQuery(n.ActionWord + " ");
|
||||
context.API.ChangeQuery(n.ActionWord + " ");
|
||||
return false;
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user