nothing
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user