From 4c1d4bda9a683b1442defd1c5775dd6858f2eac4 Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 29 Oct 2024 11:35:47 +0800 Subject: [PATCH] show language on comic tile --- lib/components/comic.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)