mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
hide tag namespace
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user