mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Code quality changes
This commit is contained in:
parent
f07ed83722
commit
610f45d082
189 changed files with 4609 additions and 5203 deletions
|
@ -65,9 +65,9 @@ namespace GreenshotJiraPlugin {
|
|||
}
|
||||
}
|
||||
|
||||
public override bool isActive => base.isActive && !string.IsNullOrEmpty(Config.Url);
|
||||
public override bool IsActive => base.IsActive && !string.IsNullOrEmpty(Config.Url);
|
||||
|
||||
public override bool isDynamic => true;
|
||||
public override bool IsDynamic => true;
|
||||
|
||||
public override Image DisplayIcon {
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue