Embed whale in draw_status_bar — renders on all screens

This commit is contained in:
2026-05-31 21:16:56 +02:00
parent af71f0b285
commit 3bbd113632
+1 -2
View File
@@ -126,7 +126,6 @@ pub fn draw_main_menu(f: &mut Frame, state: &mut ListState, app: &AppState, save
draw_select_list(f, chunks[2], &items, &descs, prompt, state);
draw_status_bar(f, chunks[3], app);
draw_whale_separator(f, chunks[3], app);
}
/// Draw the disclaimer popup with full warning text.
@@ -602,7 +601,7 @@ fn draw_status_bar(f: &mut Frame, area: Rect, app: &AppState) {
]);
f.render_widget(Paragraph::new(line), area);
}
draw_whale_separator(f, area, app);
}
/// Separator line with a whale patrolling right-to-left.