mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 12:11:06 +03:00
hide-tray option
This commit is contained in:
@@ -2220,7 +2220,7 @@ pub fn main_get_hard_option(key: String) -> SyncReturn<String> {
|
||||
}
|
||||
|
||||
pub fn main_get_buildin_option(key: String) -> SyncReturn<String> {
|
||||
SyncReturn(get_buildin_option(&key))
|
||||
SyncReturn(get_builtin_option(&key))
|
||||
}
|
||||
|
||||
pub fn main_check_hwcodec() {
|
||||
|
||||
Reference in New Issue
Block a user