Finish migrating default Configuration values into Configuration
This commit is contained in:
commit
ece93cb4d7
4 changed files with 21 additions and 8 deletions
|
|
@ -24,9 +24,6 @@ namespace LibationFileManager
|
|||
if (booksDir is null || !Directory.Exists(booksDir))
|
||||
return false;
|
||||
|
||||
if (string.IsNullOrWhiteSpace(pDic.GetString(nameof(InProgress))))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue