mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 20:59:37 +08:00
CI
This commit is contained in:
parent
26d161f827
commit
a7a4cd7eac
@ -182,7 +182,7 @@ impl MouseControllable for Enigo {
|
||||
}
|
||||
fn keysequence<'a>(key: Key) -> Cow<'a, str> {
|
||||
if let Key::KeySym(sym) = key {
|
||||
return Cow::Owned("");
|
||||
return Cow::Owned("".to_owned());
|
||||
}
|
||||
if let Key::Layout(c) = key {
|
||||
return Cow::Owned(format!("U{:X}", c as u32));
|
||||
|
Loading…
Reference in New Issue
Block a user