mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 07:31:29 +03:00
fix: sub window failed to start or freeze issue
This commit is contained in:
@@ -64,6 +64,9 @@ class _FileManagerTabPageState extends State<FileManagerTabPage> {
|
||||
tabController.clear();
|
||||
}
|
||||
});
|
||||
Future.delayed(Duration.zero, () {
|
||||
restoreWindowPosition(WindowType.FileTransfer, windowId: windowId());
|
||||
});
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user