Fix bugs in CMD plugin and PluginMangerment Plugin.

This commit is contained in:
qianlifeng
2014-03-12 19:18:07 +08:00
parent 413d8e6662
commit 73dc6b768f
4 changed files with 12 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ namespace Wox.Plugin.PluginManagement
Action = e =>
{
UnInstalledPlugins(plugin);
return true;
return false;
}
});
}