This commit is contained in:
2026-03-05 22:14:28 +01:00
parent 77364dddae
commit 04b68850d0
25 changed files with 374 additions and 8447 deletions

View File

@@ -114,7 +114,11 @@ fn render_sidebar(frame: &mut Frame, app: &App, area: Rect) {
if app.audio.config.show_lissajous {
constraints.push(Constraint::Fill(1));
}
let has_prelude = !app.project_state.project.prelude.trim().is_empty();
let has_prelude = !app.project_state.project.prelude.trim().is_empty()
|| !app.project_state.project.banks[app.editor_ctx.bank]
.prelude
.trim()
.is_empty();
if has_prelude {
constraints.push(Constraint::Fill(1));
}