diff --git a/src/handler.rs b/src/handler.rs index 46e9bcf..2339627 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -286,6 +286,7 @@ pub async fn handle_key_events( } else { app.focused_block = FocusedBlock::Adapter; } + app.reset_devices_state(); } } FocusedBlock::NewDevices => {