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:
@@ -140,7 +140,7 @@ namespace Wox.Plugin.SystemPlugins.CMD
|
||||
|
||||
private void ExecuteCmd(string cmd)
|
||||
{
|
||||
if (context.ShellRun(cmd))
|
||||
if (context.API.ShellRun(cmd))
|
||||
CMDStorage.Instance.AddCmdHistory(cmd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user