Allow splitting book only if AllowLibationFixup is true.
This commit is contained in:
parent
40520b89d1
commit
a3fac3441c
@ -84,10 +84,12 @@ namespace LibationWinForms.Dialogs
|
|||||||
{
|
{
|
||||||
convertLosslessRb.Enabled = allowLibationFixupCbox.Checked;
|
convertLosslessRb.Enabled = allowLibationFixupCbox.Checked;
|
||||||
convertLossyRb.Enabled = allowLibationFixupCbox.Checked;
|
convertLossyRb.Enabled = allowLibationFixupCbox.Checked;
|
||||||
|
splitFilesByChapterCbox.Enabled = allowLibationFixupCbox.Checked;
|
||||||
|
|
||||||
if (!allowLibationFixupCbox.Checked)
|
if (!allowLibationFixupCbox.Checked)
|
||||||
{
|
{
|
||||||
convertLosslessRb.Checked = true;
|
convertLosslessRb.Checked = true;
|
||||||
|
splitFilesByChapterCbox.Checked = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user