mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
todo
This commit is contained in:
parent
6524af65a1
commit
f51a3a953a
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ impl OptionsPopupComponent {
|
|||
fn add_header(txt: &mut Vec<Spans>, header: &'static str) {
|
||||
txt.push(Spans::from(vec![Span::styled(
|
||||
header,
|
||||
//TODO:
|
||||
//TODO: use style
|
||||
Style::default().add_modifier(Modifier::UNDERLINED),
|
||||
)]));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue