diff --git a/lib/components/comic.dart b/lib/components/comic.dart index f3e88af..ca766b6 100644 --- a/lib/components/comic.dart +++ b/lib/components/comic.dart @@ -202,7 +202,7 @@ class ComicTile extends StatelessWidget { : "[${comic.maxPage}P]${comic.title.replaceAll("\n", "")}", subtitle: comic.subtitle ?? '', description: comic.description, - badge: badge, + badge: badge ?? comic.language, tags: comic.tags, maxLines: 2, enableTranslate: ComicSource.find(comic.sourceKey)