mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-30 18:53:19 +03:00
allow deny capture / emulation
This commit is contained in:
@@ -132,6 +132,7 @@ pub async fn create(
|
||||
log::info!("using emulation backend: {backend}");
|
||||
return Ok(b);
|
||||
}
|
||||
Err(e) if e.cancelled_by_user() => return Err(e),
|
||||
Err(e) => log::warn!("{e}"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user