remove unused setting
This commit is contained in:
parent
dc7ec3b328
commit
bfd494cf93
3 changed files with 3 additions and 12 deletions
|
|
@ -508,7 +508,7 @@ An error occurred while trying to process this book
|
|||
|
||||
if (!AutomatedBackupsForm.KeepGoing)
|
||||
{
|
||||
if (AutomatedBackupsForm.KeepGoingVisible && !AutomatedBackupsForm.KeepGoingChecked)
|
||||
if (!AutomatedBackupsForm.KeepGoingChecked)
|
||||
LogMe.Info("'Keep going' is unchecked");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue