From 5dd2174049c2ce30603dee4c2bb436865bc95bf1 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 19 Mar 2020 20:15:02 +0100 Subject: [PATCH] remove confusing (non-functional) tabs --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(" | ")