This commit is contained in:
kodjomoustapha 2024-09-04 10:49:29 +01:00
commit dc79f04fad

View file

@ -1790,13 +1790,10 @@ class _LibraryScreenState extends ConsumerState<LibraryScreen>
mangaM: randomManga,
source: randomManga.source!);
});
}
if (value == 2) {
} else if (value == 2) {
_importLocal(context, widget.isManga);
} else {
if (!widget.isManga) {
addTorrent(context);
}
} else if (value == 3 && !widget.isManga){
addTorrent(context);
}
}),
],