#21 Add Disable option for each plugin.

This commit is contained in:
qianlifeng
2014-07-01 22:19:46 +08:00
parent 6352408d87
commit e275ce6063
20 changed files with 174 additions and 13 deletions

View File

@@ -148,6 +148,11 @@ namespace Wox.Plugin.SystemPlugins.CMD
this.context = context;
}
public override string ID
{
get { return "D409510CD0D2481F853690A07E6DC426"; }
}
public override string Name
{
get { return "Shell"; }