mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
show language on comic tile
This commit is contained in:
@@ -202,7 +202,7 @@ class ComicTile extends StatelessWidget {
|
|||||||
: "[${comic.maxPage}P]${comic.title.replaceAll("\n", "")}",
|
: "[${comic.maxPage}P]${comic.title.replaceAll("\n", "")}",
|
||||||
subtitle: comic.subtitle ?? '',
|
subtitle: comic.subtitle ?? '',
|
||||||
description: comic.description,
|
description: comic.description,
|
||||||
badge: badge,
|
badge: badge ?? comic.language,
|
||||||
tags: comic.tags,
|
tags: comic.tags,
|
||||||
maxLines: 2,
|
maxLines: 2,
|
||||||
enableTranslate: ComicSource.find(comic.sourceKey)
|
enableTranslate: ComicSource.find(comic.sourceKey)
|
||||||
|
Reference in New Issue
Block a user