mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 07:43:21 +03:00
fix compile again
This commit is contained in:
@@ -343,7 +343,7 @@ pub fn event_to_key_event(event: &Event) -> Option<KeyEvent> {
|
|||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
res = legacy_keyboard_mode(event, key_event)?;
|
res = legacy_keyboard_mode(event, key_event)?;
|
||||||
#[cfg(any(target_os = "android", target_os = "ios"))]
|
#[cfg(any(target_os = "android", target_os = "ios"))]
|
||||||
res = None;
|
res = None?;
|
||||||
res
|
res
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user