mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -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
|
@ -196,7 +196,7 @@ namespace GreenshotJiraPlugin
|
|||
return;
|
||||
}
|
||||
// We detected an unknown JIRA, so add it to our list
|
||||
currentJiraDetails = new JiraDetails()
|
||||
currentJiraDetails = new JiraDetails
|
||||
{
|
||||
Id = jiraId,
|
||||
ProjectKey = projectKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue