mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-22 12:41:14 +03:00
refactor cursor pos loop
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -951,8 +951,8 @@ impl Connection {
|
||||
noperms.push(super::audio_service::NAME);
|
||||
}
|
||||
let mut s = s.write().unwrap();
|
||||
s.add_connection(self.inner.clone(), &noperms);
|
||||
try_start_record_cursor_pos();
|
||||
s.add_connection(self.inner.clone(), &noperms);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user