Working changes

This commit is contained in:
leviathan
2026-02-13 18:10:29 -05:00
parent 9e2565c1fc
commit 04b1d91d78
15 changed files with 587 additions and 162 deletions
+3
View File
@@ -138,6 +138,9 @@ fn run_app<B: ratatui::backend::Backend>(terminal: &mut Terminal<B>, app: &mut A
KeyCode::Char('r') => {
app.toggle_receiving()?;
}
KeyCode::Char('d') => {
let _ = app.delete_selected_capture();
}
KeyCode::Enter => {
// Open signal action menu if a capture is selected
if app.selected_capture.is_some() && !app.captures.is_empty() {