mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
feat: identical msg in flutter and sciter
This commit is contained in:
@@ -954,6 +954,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
||||
digest.file_num,
|
||||
read_path,
|
||||
true,
|
||||
digest.is_identical
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -997,6 +998,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
||||
digest.file_num,
|
||||
write_path,
|
||||
false,
|
||||
digest.is_identical
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user