mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
opt: remove redundant restore job
This commit is contained in:
parent
162f29c80d
commit
7dadf3ba2f
1 changed files with 0 additions and 2 deletions
|
|
@ -363,8 +363,6 @@ class FileModel extends ChangeNotifier {
|
|||
if (_currentRemoteDir.path.isEmpty) {
|
||||
openDirectory(_remoteOption.home, isLocal: false);
|
||||
}
|
||||
// load last transfer jobs
|
||||
await bind.sessionLoadLastTransferJobs(id: '${parent.target?.id}');
|
||||
}
|
||||
|
||||
Future<void> onClose() async {
|
||||
|
|
|
|||
Loading…
Reference in a new issue