diff --git a/lib/modules/library/library_screen.dart b/lib/modules/library/library_screen.dart index d028db8..ab14591 100644 --- a/lib/modules/library/library_screen.dart +++ b/lib/modules/library/library_screen.dart @@ -1790,13 +1790,10 @@ class _LibraryScreenState extends ConsumerState 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); } }), ],