remove unused setting

This commit is contained in:
Robert McRackan 2021-07-13 14:59:55 -04:00
parent dc7ec3b328
commit bfd494cf93
3 changed files with 3 additions and 12 deletions

View file

@ -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;
}