From f51a3a953abb7d569252af1942ab01a7a173f445 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 26 Aug 2021 19:27:39 +0200 Subject: [PATCH] todo --- src/components/options_popup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/options_popup.rs b/src/components/options_popup.rs index 73f70a8c..31a263e2 100644 --- a/src/components/options_popup.rs +++ b/src/components/options_popup.rs @@ -124,7 +124,7 @@ impl OptionsPopupComponent { fn add_header(txt: &mut Vec, header: &'static str) { txt.push(Spans::from(vec![Span::styled( header, - //TODO: + //TODO: use style Style::default().add_modifier(Modifier::UNDERLINED), )])); }