mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 19:21:28 +03:00
fix custom client settings tab visibility (#8752)
* fix custom client settings tab visibility only control with tabKeys Signed-off-by: 21pages <sunboeasy@gmail.com> * fix preset-user-name typo Signed-off-by: 21pages <sunboeasy@gmail.com> --------- Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -2096,7 +2096,7 @@ pub mod keys {
|
||||
pub const OPTION_KEY: &str = "key";
|
||||
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_USERNAME: &str = "preset-username";
|
||||
pub const OPTION_PRESET_USERNAME: &str = "preset-user-name";
|
||||
pub const OPTION_PRESET_STRATEGY_NAME: &str = "preset-strategy-name";
|
||||
pub const OPTION_ENABLE_DIRECTX_CAPTURE: &str = "enable-directx-capture";
|
||||
pub const OPTION_ENABLE_ANDROID_SOFTWARE_ENCODING_HALF_SCALE: &str =
|
||||
|
||||
Reference in New Issue
Block a user