This commit is contained in:
lollipopkit
2023-09-23 10:54:42 +08:00
parent f2981c5b15
commit 5a9fd74470
22 changed files with 117 additions and 136 deletions

View File

@@ -72,7 +72,7 @@ class _SftpMissionPageState extends State<SftpMissionPage> {
},
icon: const Icon(Icons.file_open)),
IconButton(
onPressed: () => shareFiles(context, [status.req.localPath]),
onPressed: () => shareFiles([status.req.localPath]),
icon: const Icon(Icons.open_in_new),
)
],