mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-05-02 10:16:29 +02:00
Merge pull request #531 from fufesou/feat/option-perm-change-in-accept-window
feat(option): enable perm change in accept window
This commit is contained in:
@@ -2852,6 +2852,7 @@ pub mod keys {
|
|||||||
pub const OPTION_ENABLE_RECORD_SESSION: &str = "enable-record-session";
|
pub const OPTION_ENABLE_RECORD_SESSION: &str = "enable-record-session";
|
||||||
pub const OPTION_ENABLE_BLOCK_INPUT: &str = "enable-block-input";
|
pub const OPTION_ENABLE_BLOCK_INPUT: &str = "enable-block-input";
|
||||||
pub const OPTION_ENABLE_PRIVACY_MODE: &str = "enable-privacy-mode";
|
pub const OPTION_ENABLE_PRIVACY_MODE: &str = "enable-privacy-mode";
|
||||||
|
pub const OPTION_ENABLE_PERM_CHANGE_IN_ACCEPT_WINDOW: &str = "enable-perm-change-in-accept-window";
|
||||||
pub const OPTION_ALLOW_REMOTE_CONFIG_MODIFICATION: &str = "allow-remote-config-modification";
|
pub const OPTION_ALLOW_REMOTE_CONFIG_MODIFICATION: &str = "allow-remote-config-modification";
|
||||||
pub const OPTION_ALLOW_NUMERNIC_ONE_TIME_PASSWORD: &str = "allow-numeric-one-time-password";
|
pub const OPTION_ALLOW_NUMERNIC_ONE_TIME_PASSWORD: &str = "allow-numeric-one-time-password";
|
||||||
pub const OPTION_ENABLE_LAN_DISCOVERY: &str = "enable-lan-discovery";
|
pub const OPTION_ENABLE_LAN_DISCOVERY: &str = "enable-lan-discovery";
|
||||||
@@ -3159,6 +3160,7 @@ pub mod keys {
|
|||||||
OPTION_DISABLE_CHANGE_ID,
|
OPTION_DISABLE_CHANGE_ID,
|
||||||
OPTION_DISABLE_UNLOCK_PIN,
|
OPTION_DISABLE_UNLOCK_PIN,
|
||||||
OPTION_USE_RAW_TCP_FOR_API,
|
OPTION_USE_RAW_TCP_FOR_API,
|
||||||
|
OPTION_ENABLE_PERM_CHANGE_IN_ACCEPT_WINDOW,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user