mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
fix missing window focus service on windows/macos (#9824)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
12c1337b7b
commit
a4bd23c9de
@ -111,6 +111,8 @@ pub fn new() -> ServerPtr {
|
||||
// wayland does not support multiple displays currently
|
||||
server.add_service(Box::new(input_service::new_window_focus()));
|
||||
}
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
server.add_service(Box::new(input_service::new_window_focus()));
|
||||
}
|
||||
}
|
||||
Arc::new(RwLock::new(server))
|
||||
|
Loading…
Reference in New Issue
Block a user