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