mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix compile again
This commit is contained in:
parent
fea0171486
commit
e47d1c7dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue