mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -07:00
Don't collapse bookmarks tabs
This commit is contained in:
@@ -397,7 +397,7 @@ impl AuthActivity {
|
|||||||
List::new(hosts)
|
List::new(hosts)
|
||||||
.block(
|
.block(
|
||||||
Block::default()
|
Block::default()
|
||||||
.borders(Borders::TOP | Borders::BOTTOM | Borders::RIGHT)
|
.borders(Borders::ALL)
|
||||||
.border_style(match self.input_form {
|
.border_style(match self.input_form {
|
||||||
InputForm::Recents => Style::default().fg(Color::LightBlue),
|
InputForm::Recents => Style::default().fg(Color::LightBlue),
|
||||||
_ => Style::default(),
|
_ => Style::default(),
|
||||||
|
|||||||
Reference in New Issue
Block a user