mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 09:51:29 +03:00
add: include_hidden parameters, migrate to bridge
This commit is contained in:
@@ -188,7 +188,8 @@ class JobTable: Reactor.Component {
|
||||
job.confirmed = true;
|
||||
return;
|
||||
}else if (job.type == "del-dir"){
|
||||
handler.remove_dir_all(job.id, job.path, job.is_remote);
|
||||
// TODO: include_hidden is always true
|
||||
handler.remove_dir_all(job.id, job.path, job.is_remote, true);
|
||||
job.confirmed = true;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user