mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
FEATURE-731: reducing some of the logic, the upload form automatically takes the most recent.
This commit is contained in:
parent
1d0bdf23c1
commit
099813b5b6
4 changed files with 9 additions and 15 deletions
|
@ -37,13 +37,12 @@ namespace GreenshotJiraPlugin {
|
|||
[IniProperty("Timeout", Description="Session timeout in minutes", DefaultValue="30")]
|
||||
public int Timeout { get; set; }
|
||||
|
||||
[IniProperty("LastUsedJira", Description="Last used Jira")]
|
||||
public string LastUsedJira { get; set; }
|
||||
|
||||
[IniProperty("UploadFormat", Description="What file type to use for uploading", DefaultValue="png")]
|
||||
public OutputFormat UploadFormat { get; set; }
|
||||
|
||||
[IniProperty("UploadJpegQuality", Description="JPEG file save quality in %.", DefaultValue="80")]
|
||||
public int UploadJpegQuality { get; set; }
|
||||
|
||||
[IniProperty("UploadReduceColors", Description="Reduce color amount of the uploaded image to 256", DefaultValue="False")]
|
||||
public bool UploadReduceColors { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue