mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-07 03:41:29 +03:00
fix typo
This commit is contained in:
@@ -88,7 +88,7 @@ pub async fn create(
|
|||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
EmulationBackend::Windows,
|
EmulationBackend::Windows,
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
EmulationBackend::MacOS,
|
EmulationBackend::MacOs,
|
||||||
EmulationBackend::Dummy,
|
EmulationBackend::Dummy,
|
||||||
] {
|
] {
|
||||||
match create_backend(backend).await {
|
match create_backend(backend).await {
|
||||||
|
|||||||
Reference in New Issue
Block a user