mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-05-25 17:19:15 +00:00
@@ -2495,6 +2495,12 @@ pub mod keys {
|
|||||||
pub const OPTION_ALLOW_WEBSOCKET: &str = "allow-websocket";
|
pub const OPTION_ALLOW_WEBSOCKET: &str = "allow-websocket";
|
||||||
pub const OPTION_PRESET_ADDRESS_BOOK_NAME: &str = "preset-address-book-name";
|
pub const OPTION_PRESET_ADDRESS_BOOK_NAME: &str = "preset-address-book-name";
|
||||||
pub const OPTION_PRESET_ADDRESS_BOOK_TAG: &str = "preset-address-book-tag";
|
pub const OPTION_PRESET_ADDRESS_BOOK_TAG: &str = "preset-address-book-tag";
|
||||||
|
pub const OPTION_PRESET_ADDRESS_BOOK_ALIAS: &str = "preset-address-book-alias";
|
||||||
|
pub const OPTION_PRESET_ADDRESS_BOOK_PASSWORD: &str = "preset-address-book-password";
|
||||||
|
pub const OPTION_PRESET_ADDRESS_BOOK_NOTE: &str = "preset-address-book-note";
|
||||||
|
pub const OPTION_PRESET_DEVICE_USERNAME: &str = "preset-device-username";
|
||||||
|
pub const OPTION_PRESET_DEVICE_NAME: &str = "preset-device-name";
|
||||||
|
pub const OPTION_PRESET_NOTE: &str = "preset-note";
|
||||||
pub const OPTION_ENABLE_DIRECTX_CAPTURE: &str = "enable-directx-capture";
|
pub const OPTION_ENABLE_DIRECTX_CAPTURE: &str = "enable-directx-capture";
|
||||||
pub const OPTION_ENABLE_ANDROID_SOFTWARE_ENCODING_HALF_SCALE: &str =
|
pub const OPTION_ENABLE_ANDROID_SOFTWARE_ENCODING_HALF_SCALE: &str =
|
||||||
"enable-android-software-encoding-half-scale";
|
"enable-android-software-encoding-half-scale";
|
||||||
@@ -2675,6 +2681,12 @@ pub mod keys {
|
|||||||
OPTION_ALLOW_WEBSOCKET,
|
OPTION_ALLOW_WEBSOCKET,
|
||||||
OPTION_PRESET_ADDRESS_BOOK_NAME,
|
OPTION_PRESET_ADDRESS_BOOK_NAME,
|
||||||
OPTION_PRESET_ADDRESS_BOOK_TAG,
|
OPTION_PRESET_ADDRESS_BOOK_TAG,
|
||||||
|
OPTION_PRESET_ADDRESS_BOOK_ALIAS,
|
||||||
|
OPTION_PRESET_ADDRESS_BOOK_PASSWORD,
|
||||||
|
OPTION_PRESET_ADDRESS_BOOK_NOTE,
|
||||||
|
OPTION_PRESET_DEVICE_USERNAME,
|
||||||
|
OPTION_PRESET_DEVICE_NAME,
|
||||||
|
OPTION_PRESET_NOTE,
|
||||||
OPTION_ENABLE_DIRECTX_CAPTURE,
|
OPTION_ENABLE_DIRECTX_CAPTURE,
|
||||||
OPTION_ENABLE_ANDROID_SOFTWARE_ENCODING_HALF_SCALE,
|
OPTION_ENABLE_ANDROID_SOFTWARE_ENCODING_HALF_SCALE,
|
||||||
OPTION_ENABLE_TRUSTED_DEVICES,
|
OPTION_ENABLE_TRUSTED_DEVICES,
|
||||||
|
|||||||
Reference in New Issue
Block a user