mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
lol, removed blinking texts (that I couldn't see on my terminal)
This commit is contained in:
@@ -386,7 +386,7 @@ impl AuthActivity {
|
|||||||
Span::styled("<ENTER>", Style::default().add_modifier(Modifier::BOLD)),
|
Span::styled("<ENTER>", Style::default().add_modifier(Modifier::BOLD)),
|
||||||
Span::raw(" to submit form"),
|
Span::raw(" to submit form"),
|
||||||
],
|
],
|
||||||
Style::default().add_modifier(Modifier::RAPID_BLINK),
|
Style::default().add_modifier(Modifier::BOLD),
|
||||||
);
|
);
|
||||||
let mut footer_text = Text::from(Spans::from(footer));
|
let mut footer_text = Text::from(Spans::from(footer));
|
||||||
footer_text.patch_style(h_style);
|
footer_text.patch_style(h_style);
|
||||||
|
|||||||
Reference in New Issue
Block a user