Improve description of 'Keep unused patterns' export option

This commit is contained in:
2026-07-14 10:33:19 +02:00
parent 9c1890baa6
commit 86bf1b7ffc

View File

@@ -113,7 +113,7 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) {
name="keepUnusedPatterns"
title="Keep unused patterns"
disabled={disabled}
helperText="Add unassigned group patterns containing notes or MIDI expression as extra Session rows. They will not be added to the Song Arrangement."
helperText="Add unassigned group patterns containing notes or MIDI expression as extra Session rows. Patterns with the same number share a row and are not added to the Song Arrangement."
/>
<CheckboxField
name="groupTracks"