OPTION_ONE_WAY_CLIPBOARD_REDIRECTION,

OPTION_ENABLE_CLIPBOARD_INIT_SYNC,
        OPTION_ALLOW_LOGON_SCREEN_PASSWORD,
        OPTION_ONE_WAY_FILE_TRANSFER,
This commit is contained in:
rustdesk
2024-09-18 12:18:26 +08:00
parent 49ce4edb8a
commit cc288272d3
7 changed files with 70 additions and 23 deletions

View File

@@ -207,12 +207,7 @@ pub fn get_hard_option(key: String) -> String {
#[inline]
pub fn get_builtin_option(key: &str) -> String {
config::BUILTIN_SETTINGS
.read()
.unwrap()
.get(key)
.cloned()
.unwrap_or_default()
crate::get_builtin_option(key)
}
#[inline]