Add start Wox on system startup config & code refactorying.

This commit is contained in:
qianlifeng
2014-02-06 22:22:02 +08:00
parent 9e1980f843
commit 67f14d6a62
33 changed files with 818 additions and 811 deletions

View File

@@ -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;