mirror of https://github.com/wayvr-org/wayvr.git
increase uinput error toast's timeout to 30 seconds
This commit is contained in:
parent
f8612ba565
commit
d17e4d74c8
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue