Private
Public Access
1
0

kptui: simplify title

This commit is contained in:
2026-02-13 16:58:35 -08:00
parent e807528466
commit 5fd94489af

View File

@@ -178,12 +178,7 @@ fn ui(frame: &mut Frame, app: &AppState, requested_view: ViewMode) {
} }
fn render_conversations(frame: &mut Frame, app: &AppState, area: Rect, in_split: bool) { fn render_conversations(frame: &mut Frame, app: &AppState, area: Rect, in_split: bool) {
let title = if in_split { let title = "Kordophone";
"Conversations (↑/↓ move, ▸ cursor, ● unread)"
} else {
"Conversations (↑/↓ move, Enter open, ● unread)"
};
let items = app let items = app
.conversations .conversations
.iter() .iter()