mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 20:59:37 +08:00
fix mobile file transfer can't send files
This commit is contained in:
parent
43429c41d9
commit
46eba4758d
@ -515,7 +515,7 @@ class FileModel extends ChangeNotifier {
|
||||
items.items.forEach((from) async {
|
||||
_jobId++;
|
||||
await bind.sessionSendFiles(
|
||||
id: await bind.mainGetLastRemoteId(),
|
||||
id: '${parent.target?.id}',
|
||||
actId: _jobId,
|
||||
path: from.path,
|
||||
to: PathUtil.join(toPath, from.name, isWindows),
|
||||
|
Loading…
Reference in New Issue
Block a user