mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 08:31:29 +03:00
add cursor active logic for portable service
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -1088,7 +1088,7 @@ impl Connection {
|
||||
}
|
||||
let mut s = s.write().unwrap();
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
try_start_record_cursor_pos();
|
||||
let _h = try_start_record_cursor_pos();
|
||||
s.add_connection(self.inner.clone(), &noperms);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user