This commit is contained in:
2026-01-28 13:54:29 +01:00
parent 0beed16c31
commit 5952807240
5 changed files with 123 additions and 72 deletions

View File

@@ -359,7 +359,7 @@ fn handle_modal_input(ctx: &mut InputContext, key: KeyEvent) -> InputResult {
)));
} else {
ctx.dispatch(AppCommand::SetStatus(
"Invalid speed (try 1/8x, 1/4x, 1/2x, 1x, 2x, 4x, 8x)".to_string(),
"Invalid speed (try 1/3, 2/5, 1x, 2x)".to_string(),
));
}
}