diff --git a/src/ExportConfirm.jsx b/src/ExportConfirm.jsx index 80949cab..aa37976f 100644 --- a/src/ExportConfirm.jsx +++ b/src/ExportConfirm.jsx @@ -63,6 +63,10 @@ const ExportConfirm = memo(({ toast.fire({ icon: 'info', timer: 10000, text: i18n.t('Not all formats support all track types, and LosslessCut is unable to properly cut some track types, so you may have to sacrifice some tracks by disabling them in order to get correct result.') }); } + function onSegmentsToChaptersHelpPress() { + toast.fire({ icon: 'info', timer: 10000, text: i18n.t('When merging, do you want to create chapters in the merged file, according to the cut segments?') }); + } + function onAvoidNegativeTsHelpPress() { // https://ffmpeg.org/ffmpeg-all.html#Format-Options const texts = { @@ -93,11 +97,11 @@ const ExportConfirm = memo(({ {outSegments.length > 1 &&
{t('Depending on your specific file, you may have to try different options for best results.')}
@@ -115,13 +124,13 @@ const ExportConfirm = memo(({