We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18946b8 commit 94915a3Copy full SHA for 94915a3
src/buttons.rs
@@ -358,7 +358,7 @@ async fn delegate_hold(
358
return Ok(false);
359
}
360
361
- if state_val.current_competitor.is_some() {
+ if state_val.current_competitor.is_some() && state_val.solve_group.is_some() {
362
let hold_secs = hold_time / 1000;
363
let hold_secs = if hold_secs > 3 { 3 } else { hold_secs as u8 };
364
0 commit comments