mod: save image: dissable dialog

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-28 21:32:53 +08:00
parent b00708b498
commit e34fce6d0e
2 changed files with 17 additions and 5 deletions

View File

@@ -334,7 +334,7 @@ class _InteractiveviewerGalleryState extends State<InteractiveviewerGallery>
onTap: () {
DownloadUtils.downloadImg(
context,
widget.sources[currentIndex!],
widget.sources as List<String>,
);
},
child: const Text("保存全部图片"),