mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
hide tag namespace
This commit is contained in:
@@ -444,7 +444,7 @@ class _ComicDescription extends StatelessWidget {
|
|||||||
child: Text(
|
child: Text(
|
||||||
enableTranslate
|
enableTranslate
|
||||||
? TagsTranslation.translateTag(s)
|
? TagsTranslation.translateTag(s)
|
||||||
: s,
|
: s.split(':').last,
|
||||||
style: const TextStyle(fontSize: 12),
|
style: const TextStyle(fontSize: 12),
|
||||||
softWrap: true,
|
softWrap: true,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
|
Reference in New Issue
Block a user