increase uinput error toast's timeout to 30 seconds

This commit is contained in:
steve hocktail 2026-04-22 08:19:52 -04:00
parent f8612ba565
commit d17e4d74c8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Check if you're in input group, run: id -nG";
String::with_capacity(0),
full_uinput_error,
)
.with_timeout(10.0))
.with_timeout(30.0))
}
pub struct WheelDelta {