mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
add: file_num to send_files
This commit is contained in:
parent
c4d41c21f3
commit
c244e49279
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ class FileModel extends ChangeNotifier {
|
|||
"id": _jobId.toString(),
|
||||
"path": from.path,
|
||||
"to": PathUtil.join(toPath, from.name, isWindows),
|
||||
"file_num": "0",
|
||||
"show_hidden": showHidden.toString(),
|
||||
"is_remote": (!(items.isLocal!)).toString()
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue