From f2da7e23df3c0030dbf2ee12df0b3afe6aab82fc Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Wed, 27 Aug 2014 18:57:40 +0000 Subject: [PATCH] ExternalCommandConfiguration.cs edited online with Bitbucket [skip ci] --- GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs | 3 +++ 1 file changed, 3 insertions(+) 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;