Skip to content

Commit

Permalink
Enter in track selection should cause play
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Dec 17, 2023
1 parent 5d01950 commit c837b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neothesia/src/scene/menu_scene/iced_menu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ impl Program for AppUi {
KeyCode::Enter => match self.current {
Step::Exit => Some(Message::ExitApp),
Step::Main => Some(Message::Play),
Step::TrackSelection => Some(Message::Play),
_ => None,
},
KeyCode::T => match self.current {
Expand Down

0 comments on commit c837b50

Please sign in to comment.