diff --git a/src/Greenshot.Plugin.Win10/Win10Configuration.cs b/src/Greenshot.Plugin.Win10/Win10Configuration.cs index 841232bf2..44624932f 100644 --- a/src/Greenshot.Plugin.Win10/Win10Configuration.cs +++ b/src/Greenshot.Plugin.Win10/Win10Configuration.cs @@ -29,7 +29,10 @@ namespace Greenshot.Plugin.Win10 [IniSection("Win10", Description = "Greenshot Win10 Plugin configuration")] public class Win10Configuration : IniSection { + /// + /// Gets or sets a value indicating whether OCR should be run automatically on every capture. + /// [IniProperty("AlwaysRunOCROnCapture", Description = "Determines if OCR is run automatically on every capture", DefaultValue = "False")] public bool AlwaysRunOCROnCapture { get; set; } } -} \ No newline at end of file +}