diff --git a/dhc/src/config.rs b/dhc/src/config.rs index 195c392..0e50b1a 100644 --- a/dhc/src/config.rs +++ b/dhc/src/config.rs @@ -35,7 +35,7 @@ fn default_device_count() -> usize { } fn default_xinput_enabled() -> bool { - true + false } impl Default for Config {