Fixed issues
This commit is contained in:
parent
5e349c6662
commit
5b7cde2a9e
2 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue