mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Remove autohotkey and add toggle command args
This commit is contained in:
@@ -14,6 +14,7 @@ namespace Wox.CommandArgs
|
||||
|
||||
public void Execute(IList<string> args)
|
||||
{
|
||||
Console.WriteLine("test");
|
||||
if (args.Count > 0)
|
||||
{
|
||||
string query = args[0];
|
||||
|
||||
Reference in New Issue
Block a user