mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
FEATURE-731: Backport of the title detection code
This commit is contained in:
parent
4a0ec2448f
commit
1d0bdf23c1
17 changed files with 1080 additions and 447 deletions
|
@ -65,7 +65,7 @@ namespace GreenshotJiraPlugin.Forms {
|
|||
{
|
||||
if (!_jiraConnector.IsLoggedIn)
|
||||
{
|
||||
await _jiraConnector.Login();
|
||||
await _jiraConnector.LoginAsync();
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue