Merge pull request #3120 from fufesou/fix/build_linux_macos

fix build
This commit is contained in:
RustDesk 2023-02-08 21:19:13 +08:00 committed by GitHub
commit 090c2e9976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,6 +256,7 @@ pub fn start_grab_loop() {
if let Err(error) = rdev::grab(func) {
log::error!("rdev Error: {:?}", error)
}
#[cfg(target_os = "windows")]
rdev::set_event_popup(false);
});