diff --git a/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs b/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs index a4a54eb4e..9ddb195ce 100644 --- a/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs +++ b/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs @@ -32,6 +32,9 @@ namespace ExternalCommand { public class ExternalCommandConfiguration : IniSection { [IniProperty("Commands", Description="The commands that are available.")] public List commands; + + [IniProperty("DoNotRedirect", Description="Skip redirect of standard output", DefaultValue="false")] + public bool DoNotRedirect; [IniProperty("Commandline", Description="The commandline for the output command.")] public Dictionary commandlines;