mirror of
https://github.com/rustdesk/hbb_common.git
synced 2025-07-04 00:45:32 +00:00
buildin option allow-https-21114
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
7cf11f7b77
commit
6338940d7a
@ -2365,6 +2365,7 @@ pub mod keys {
|
|||||||
pub const OPTION_ONE_WAY_CLIPBOARD_REDIRECTION: &str = "one-way-clipboard-redirection";
|
pub const OPTION_ONE_WAY_CLIPBOARD_REDIRECTION: &str = "one-way-clipboard-redirection";
|
||||||
pub const OPTION_ALLOW_LOGON_SCREEN_PASSWORD: &str = "allow-logon-screen-password";
|
pub const OPTION_ALLOW_LOGON_SCREEN_PASSWORD: &str = "allow-logon-screen-password";
|
||||||
pub const OPTION_ONE_WAY_FILE_TRANSFER: &str = "one-way-file-transfer";
|
pub const OPTION_ONE_WAY_FILE_TRANSFER: &str = "one-way-file-transfer";
|
||||||
|
pub const OPTION_ALLOW_HTTPS_21114: &str = "allow-https-21114";
|
||||||
|
|
||||||
// flutter local options
|
// flutter local options
|
||||||
pub const OPTION_FLUTTER_REMOTE_MENUBAR_STATE: &str = "remoteMenubarState";
|
pub const OPTION_FLUTTER_REMOTE_MENUBAR_STATE: &str = "remoteMenubarState";
|
||||||
@ -2517,6 +2518,7 @@ pub mod keys {
|
|||||||
OPTION_ONE_WAY_CLIPBOARD_REDIRECTION,
|
OPTION_ONE_WAY_CLIPBOARD_REDIRECTION,
|
||||||
OPTION_ALLOW_LOGON_SCREEN_PASSWORD,
|
OPTION_ALLOW_LOGON_SCREEN_PASSWORD,
|
||||||
OPTION_ONE_WAY_FILE_TRANSFER,
|
OPTION_ONE_WAY_FILE_TRANSFER,
|
||||||
|
OPTION_ALLOW_HTTPS_21114,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user