<Checkboxchecked={segmentsToChapters}onChange={(e)=>setSegmentsToChapters(e.target.checked)}label={t('Create chapters from merged segments? (slow)')}/>
<Paragraph>{t('Note that also other settings from the normal export dialog apply to this merge function. For more information about all options, see the export dialog.')}</Paragraph>
<Checkboxchecked={alwaysConcatMultipleFiles}onChange={(e)=>setAlwaysConcatMultipleFiles(e.target.checked)}label={t('Always open this dialog when opening multiple files')}/>
<Paragraph>{t('Note that also other settings from the normal export dialog apply to this merge function. For more information about all options, see the export dialog.')}</Paragraph>