Update helper text for unassigned group patterns in export options

This commit is contained in:
2026-07-14 10:24:14 +02:00
parent 681b526350
commit aa45d435d5

View File

@@ -113,7 +113,7 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) {
name="keepUnusedPatterns"
title="Keep unused patterns"
disabled={disabled}
helperText="Add non-empty group patterns that are not assigned to any scene 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. They will not be added to the Song Arrangement."
/>
<CheckboxField
name="groupTracks"