mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 04:01:01 +03:00
Refactor is_x11
This commit is contained in:
@@ -156,7 +156,7 @@ impl Client {
|
||||
}
|
||||
Ok(x) => {
|
||||
#[cfg(target_os = "linux")]
|
||||
if !*IS_X11.lock().unwrap() {
|
||||
if !*crate::common::IS_X11.lock().unwrap() {
|
||||
let keyboard = super::uinput::client::UInputKeyboard::new().await?;
|
||||
log::info!("UInput keyboard created");
|
||||
let mouse = super::uinput::client::UInputMouse::new().await?;
|
||||
|
||||
Reference in New Issue
Block a user