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