This commit is contained in:
filipriec
2025-03-23 12:56:27 +01:00
parent 83393a20e2
commit 4ddcb34205
2 changed files with 4 additions and 9 deletions

View File

@@ -82,7 +82,6 @@ impl EventHandler {
// Handle down movement using app_state
app_state.admin_selected_item = app_state.admin_selected_item.saturating_add(1);
}
"quit" => app_state.ui.show_admin = false,
_ => {}
}
return Ok((false, format!("Admin: {}", action)));