remove workspace
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
okay stopped screaming 2026-02-21 19:40:12 +02:00 committed by okay stopped screaming
parent 236ee6b810
commit cb989baf83
8 changed files with 674 additions and 283 deletions

View file

@ -1167,7 +1167,7 @@ mod view {
&connect.info)))))))))
}
pub fn draw_header (state: &Lv2, to: &mut TuiOut, x: u16, y: u16, w: u16) {
#[cfg(feature = "lv2")] pub fn draw_header (state: &Lv2, to: &mut TuiOut, x: u16, y: u16, w: u16) {
let style = Style::default().gray();
let label1 = format!(" {}", state.name);
to.blit(&label1, x + 1, y, Some(style.white().bold()));