Comment out code for later update

This commit is contained in:
Colin Liu
2016-02-18 19:32:48 +08:00
parent 934a41e414
commit f16804c0f8
6 changed files with 33 additions and 32 deletions

View File

@@ -16,9 +16,9 @@ namespace Wox.CommandArgs
if (args.Count > 0)
{
string query = args[0];
App.Window.ChangeQuery(query);
App.API.ChangeQuery(query);
}
App.Window.ShowApp();
App.API.ShowApp();
}
}
}