mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 07:01:28 +03:00
refact, linux headless option, ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -33,7 +33,7 @@ const SERIAL: i32 = 3;
|
||||
const PASSWORD_ENC_VERSION: &str = "00";
|
||||
|
||||
// config2 options
|
||||
#[cfg(all(target_os = "linux"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
pub const CONFIG_OPTION_ALLOW_LINUX_HEADLESS: &str = "allow-linux-headless";
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
|
||||
Reference in New Issue
Block a user