Add optional cue sheet

This commit is contained in:
Michael Bucari-Tovo 2022-05-08 15:46:33 -06:00
parent 4c66010afe
commit 420f4b9d5d
8 changed files with 92 additions and 58 deletions

View file

@ -31,7 +31,7 @@ namespace LibationWinForms.Dialogs
convertLosslessRb.Enabled = allowLibationFixupCbox.Checked;
convertLossyRb.Enabled = allowLibationFixupCbox.Checked;
splitFilesByChapterCbox.Enabled = allowLibationFixupCbox.Checked;
stripUnabridgedCbox.Enabled = allowLibationFixupCbox.Enabled;
stripUnabridgedCbox.Enabled = allowLibationFixupCbox.Checked;
stripAudibleBrandingCbox.Enabled = allowLibationFixupCbox.Checked;
if (!allowLibationFixupCbox.Checked)
@ -42,6 +42,5 @@ namespace LibationWinForms.Dialogs
stripAudibleBrandingCbox.Checked = false;
}
}
}
}