mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
remove confusing (non-functional) tabs
This commit is contained in:
parent
90fa7f0b23
commit
5dd2174049
1 changed files with 1 additions and 1 deletions
|
|
@ -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(" | ")
|
||||
|
|
|
|||
Loading…
Reference in a new issue