diff --git a/src/tui.rs b/src/tui.rs index 03f24e2..b88dc9e 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -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.