This commit is contained in:
2024-11-30 20:52:55 +08:00
parent 91b765ffba
commit 2063eee82b
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ class ImportComic {
const ImportComic({this.selectedFolder, this.copyToLocal = true});
Future<bool> cbz() async {
var file = await selectFile(ext: ['cbz']);
var file = await selectFile(ext: ['cbz', 'zip']);
Map<String?, List<LocalComic>> imported = {};
if(file == null) {
return false;