kptui: simplify title
This commit is contained in:
@@ -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) {
|
||||
let title = if in_split {
|
||||
"Conversations (↑/↓ move, ▸ cursor, ● unread)"
|
||||
} else {
|
||||
"Conversations (↑/↓ move, Enter open, ● unread)"
|
||||
};
|
||||
|
||||
let title = "Kordophone";
|
||||
let items = app
|
||||
.conversations
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user