mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-13 00:01:00 +03:00
plugin_framework, block_input, ready to debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -56,7 +56,7 @@ struct MsgToConfig {
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub(super) struct MsgToExtSupport {
|
||||
pub r#type: String,
|
||||
pub data: String,
|
||||
pub data: Vec<u8>,
|
||||
}
|
||||
|
||||
macro_rules! cb_msg_field {
|
||||
|
||||
Reference in New Issue
Block a user