opt: remove redundant restore job
This commit is contained in:
parent
162f29c80d
commit
7dadf3ba2f
@ -363,8 +363,6 @@ class FileModel extends ChangeNotifier {
|
|||||||
if (_currentRemoteDir.path.isEmpty) {
|
if (_currentRemoteDir.path.isEmpty) {
|
||||||
openDirectory(_remoteOption.home, isLocal: false);
|
openDirectory(_remoteOption.home, isLocal: false);
|
||||||
}
|
}
|
||||||
// load last transfer jobs
|
|
||||||
await bind.sessionLoadLastTransferJobs(id: '${parent.target?.id}');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> onClose() async {
|
Future<void> onClose() async {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user