hide tag namespace

This commit is contained in:
nyne
2024-10-30 20:19:24 +08:00
parent 3e1bb5ef5c
commit c2d3f3e56d

View File

@@ -444,7 +444,7 @@ class _ComicDescription extends StatelessWidget {
child: Text(
enableTranslate
? TagsTranslation.translateTag(s)
: s,
: s.split(':').last,
style: const TextStyle(fontSize: 12),
softWrap: true,
overflow: TextOverflow.ellipsis,