mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 09:31:28 +03:00
Fix misspell
This commit is contained in:
@@ -725,9 +725,9 @@ pub fn save_keyboard_mode(value: String) {
|
|||||||
|
|
||||||
lazy_static::lazy_static! {
|
lazy_static::lazy_static! {
|
||||||
pub static ref IS_X11: Mutex<bool> = {
|
pub static ref IS_X11: Mutex<bool> = {
|
||||||
|
#[cfg(target_os = "linux")]
|
||||||
|
Mutex::new("x11" == hbb_common::platform::linux::get_display_server());
|
||||||
#[cfg(not(target_os = "linux"))]
|
#[cfg(not(target_os = "linux"))]
|
||||||
Mutex::new("x11" == hbb_common::platform::linux::get_display_server())
|
Mutex::new(false)
|
||||||
#[cfg(not(target_os = "linux"))]
|
|
||||||
false
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user