mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 21:51:14 +03:00
fix format
This commit is contained in:
@@ -17,7 +17,6 @@ pub mod delegate;
|
||||
#[cfg(target_os = "linux")]
|
||||
pub mod linux;
|
||||
|
||||
use crate::input_service::clear_remapped_keycode;
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
use hbb_common::{message_proto::CursorData, ResultType};
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
@@ -44,7 +43,7 @@ pub fn is_xfce() -> bool {
|
||||
|
||||
pub fn breakdown_callback() {
|
||||
#[cfg(target_os = "linux")]
|
||||
clear_remapped_keycode()
|
||||
crate::input_service::clear_remapped_keycode()
|
||||
}
|
||||
|
||||
// Android
|
||||
|
||||
Reference in New Issue
Block a user