minor updates

This commit is contained in:
KaraZajac
2026-02-15 19:52:21 -05:00
parent daed5321d9
commit e5005c9083
9 changed files with 164 additions and 93 deletions
+5
View File
@@ -38,6 +38,11 @@ pub fn render_command_line(frame: &mut Frame, area: Rect, app: &App) {
"EDIT",
Style::default().fg(Color::Green),
),
InputMode::HackRfNotDetected => (
String::new(),
"WARNING",
Style::default().fg(Color::Red),
),
InputMode::StartupImport => (
String::new(),
"IMPORT",