mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Add start Wox on system startup config & code refactorying.
This commit is contained in:
@@ -182,9 +182,9 @@ namespace Wox
|
||||
{
|
||||
if (args != null && args.Length > 0)
|
||||
{
|
||||
switch (args[0])
|
||||
switch (args[0].ToLower())
|
||||
{
|
||||
case "reloadWorkflows":
|
||||
case "reloadworkflows":
|
||||
Plugins.Init();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user