aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/handler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handler.rs b/src/handler.rs
index e2b25a1..5ba1356 100755
--- a/src/handler.rs
+++ b/src/handler.rs
@@ -109,7 +109,7 @@ pub fn handle_key_events(key_event: KeyEvent, app: &mut App) -> AppResult<()> {
}
} else if app.playlist_popup {
match key_event.code {
- KeyCode::Char('q') | KeyCode::Esc => {
+ KeyCode::Char('q') => {
app.playlist_popup = false;
}