fix: Synth button shown on section/audio tracks

Synth button was unconditional in TCP. Now gated:
track.midiItems?.length > 0 && !track.sections?.length
Section tracks: Synth hidden (sections are containers).
MIDI tracks: Synth shown.
Audio tracks: Synth hidden.
FX button stays unconditional for all track types.
This commit is contained in:
2026-07-28 08:37:31 +07:00
parent 9befc20851
commit 815a6faaca
3 changed files with 8 additions and 2 deletions
File diff suppressed because one or more lines are too long