Typos
This commit is contained in:
parent
68b70f6b04
commit
652dda3016
@ -60,4 +60,3 @@ rustup toolchain install nightly
|
||||
``` sh
|
||||
env BEETSDIR=./ rustup run nightly cargo bench --all-features --all-targets
|
||||
```
|
||||
|
||||
|
@ -94,7 +94,7 @@ impl<APP: IAppInteract> IEventHandlerPrivate<APP> for EventHandler {
|
||||
KeyCode::PageDown => app.increment_selection(Delta::Page),
|
||||
// Toggle info overlay.
|
||||
KeyCode::Char('m') | KeyCode::Char('M') => app.show_info_overlay(),
|
||||
// Toggle reload meny.
|
||||
// Toggle reload menu.
|
||||
KeyCode::Char('g') | KeyCode::Char('G') => app.show_reload_menu(),
|
||||
// Toggle search.
|
||||
KeyCode::Char('s') | KeyCode::Char('S') => {
|
||||
|
Loading…
Reference in New Issue
Block a user