#1659 Made the option to ignore notifcations for auto approve

This commit is contained in:
Jamie 2017-12-20 16:23:47 +00:00
parent 183f3593df
commit 8d5dfe9424
8 changed files with 53 additions and 6 deletions

View file

@ -7,6 +7,7 @@
public bool Wizard { get; set; }
public string ApiKey { get; set; }
public bool IgnoreCertificateErrors { get; set; }
public bool DoNotSendNotificationsForAutoApprove {get;set;}
}
}