mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-08 04:41:29 +03:00
allow cancelling session creation
This commit is contained in:
@@ -156,7 +156,6 @@ pub async fn create(
|
||||
Backend::Windows,
|
||||
#[cfg(target_os = "macos")]
|
||||
Backend::MacOs,
|
||||
Backend::Dummy,
|
||||
] {
|
||||
match create_backend(backend).await {
|
||||
Ok(b) => {
|
||||
|
||||
Reference in New Issue
Block a user