mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
opt: remove redundant restore job
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user