mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Added missing changes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1711 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
bae0b6c34a
commit
3250eee533
2 changed files with 16 additions and 15 deletions
|
@ -45,6 +45,8 @@ namespace GreenshotJiraPlugin {
|
|||
public OutputFormat UploadFormat;
|
||||
[IniProperty("UploadJpegQuality", Description="JPEG file save quality in %.", DefaultValue="80")]
|
||||
public int UploadJpegQuality;
|
||||
[IniProperty("UploadReduceColors", Description="Reduce color amount of the uploaded image to 256", DefaultValue="False")]
|
||||
public bool UploadReduceColors;
|
||||
|
||||
/// <summary>
|
||||
/// A form for username/password
|
||||
|
|
|
@ -240,7 +240,6 @@
|
|||
<Folder Include="Core" />
|
||||
<Folder Include="Interfaces\Plugin" />
|
||||
<Folder Include="Controls" />
|
||||
<Folder Include="Interop" />
|
||||
<Folder Include="UnmanagedHelpers" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue