AuthActivity: enter setup with <CTRL+C>

This commit is contained in:
ChristianVisintin
2020-12-24 18:27:38 +01:00
parent 6bf503331e
commit 39e8d1f704
3 changed files with 24 additions and 0 deletions

View File

@@ -581,6 +581,16 @@ impl AuthActivity {
Span::raw(" "),
Span::raw("Delete selected bookmark"),
])),
ListItem::new(Spans::from(vec![
Span::styled(
"<CTRL+C>",
Style::default()
.fg(Color::Cyan)
.add_modifier(Modifier::BOLD),
),
Span::raw(" "),
Span::raw("Enter setup"),
])),
ListItem::new(Spans::from(vec![
Span::styled(
"<CTRL+H>",