Full popup description functionality
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ use crate::handlers::radarr_handler::handle_radarr_key_events;
|
||||
mod radarr_handler;
|
||||
|
||||
pub async fn handle_key_events(key: Key, app: &mut App) {
|
||||
match *app.get_current_route() {
|
||||
match app.get_current_route().clone() {
|
||||
Route::Radarr(active_radarr_block) => {
|
||||
handle_radarr_key_events(key, app, active_radarr_block).await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user