This commit is contained in:
2026-01-21 17:20:14 +01:00
parent 0a14651835
commit 2f15bce223
5 changed files with 94 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ pub fn render(frame: &mut Frame, app: &mut App, link: &LinkState, snapshot: &Seq
let term = frame.area();
if app.ui.show_title {
title_view::render(frame, term);
title_view::render(frame, term, &mut app.ui);
return;
}