diff --git a/src/app.rs b/src/app.rs index de80329e..d2a9a358 100644 --- a/src/app.rs +++ b/src/app.rs @@ -103,7 +103,7 @@ impl App { Tabs::default() .block(Block::default().borders(Borders::BOTTOM)) - .titles(&["Status", "Branches", "Stash", "Misc"]) + .titles(&["Status" /*"Branches", "Stash", "Misc"*/]) .style(Style::default().fg(Color::White)) .highlight_style(Style::default().fg(Color::Yellow)) .divider(" | ")