diff --git a/Greenshot/Helpers/PluginHelper.cs b/Greenshot/Helpers/PluginHelper.cs index b97ea0186..02d95442a 100644 --- a/Greenshot/Helpers/PluginHelper.cs +++ b/Greenshot/Helpers/PluginHelper.cs @@ -261,10 +261,8 @@ namespace Greenshot.Helpers { // check if this plugin is already available PluginAttribute checkPluginAttribute = null; - try { + if (tmpAttributes.ContainsKey(pluginAttribute.Name)) { checkPluginAttribute = tmpAttributes[pluginAttribute.Name]; - } catch { - } if (checkPluginAttribute != null) {