Clean plugins
This commit is contained in:
@@ -210,7 +210,7 @@ pub(super) fn handle_options_page(ctx: &mut InputContext, key: KeyEvent) -> Inpu
|
||||
KeyCode::Left | KeyCode::Right => {
|
||||
cycle_option_value(ctx, key.code == KeyCode::Right);
|
||||
}
|
||||
KeyCode::Char(' ') => {
|
||||
KeyCode::Char(' ') if !ctx.app.plugin_mode => {
|
||||
ctx.dispatch(AppCommand::TogglePlaying);
|
||||
ctx.playing
|
||||
.store(ctx.app.playback.playing, Ordering::Relaxed);
|
||||
|
||||
Reference in New Issue
Block a user