Fixed issues

This commit is contained in:
Sean Kelly 2021-10-05 17:36:37 +13:00
parent 5e349c6662
commit 5b7cde2a9e
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ namespace FileManager
set => persistentDictionary.SetNonString(nameof(DecryptToLossy), value);
}
[Description("Decrypt to lossy format?")]
[Description("Split my books into multi files by cahpter")]
public bool SplitFilesByChapter
{
get => persistentDictionary.GetNonString<bool>(nameof(SplitFilesByChapter));