mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-18 02:31:00 +03:00
@@ -131,7 +131,8 @@ impl InvokeUiSession for SciterHandler {
|
||||
status.target_bitrate.map_or(Value::null(), |it| it.into()),
|
||||
status
|
||||
.codec_format
|
||||
.map_or(Value::null(), |it| it.to_string().into())
|
||||
.map_or(Value::null(), |it| it.to_string().into()),
|
||||
status.chroma.map_or(Value::null(), |it| it.into())
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user