dont show thresholds for scroll

This commit is contained in:
galister 2026-07-02 16:51:02 +09:00
parent e93bbdba7b
commit 07b7d89be6
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ fn input_controls_for_hand(
clicks_dropdown(mp, parent, action.clone(), click_type)?; clicks_dropdown(mp, parent, action.clone(), click_type)?;
if let Some(component) = current.as_ref().map(|x| x.component) if let Some(component) = current.as_ref().map(|x| x.component)
&& component.is_analog() && component.is_analog() && &*action != "scroll" // hax
{ {
threshold_slider(mp, parent, action, side, threshold)?; threshold_slider(mp, parent, action, side, threshold)?;
} }