Allow splitting book only if AllowLibationFixup is true.
This commit is contained in:
parent
40520b89d1
commit
a3fac3441c
1 changed files with 2 additions and 0 deletions
|
|
@ -84,10 +84,12 @@ namespace LibationWinForms.Dialogs
|
|||
{
|
||||
convertLosslessRb.Enabled = allowLibationFixupCbox.Checked;
|
||||
convertLossyRb.Enabled = allowLibationFixupCbox.Checked;
|
||||
splitFilesByChapterCbox.Enabled = allowLibationFixupCbox.Checked;
|
||||
|
||||
if (!allowLibationFixupCbox.Checked)
|
||||
{
|
||||
convertLosslessRb.Checked = true;
|
||||
splitFilesByChapterCbox.Checked = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue