mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
translate tags on block dialog.
This commit is contained in:
@@ -463,7 +463,9 @@ class ComicTile extends StatelessWidget {
|
||||
children: [
|
||||
for (var word in all)
|
||||
OptionChip(
|
||||
text: word,
|
||||
text: (comic.tags?.contains(word) ?? false)
|
||||
? word.translateTagIfNeed
|
||||
: word,
|
||||
isSelected: words.contains(word),
|
||||
onTap: () {
|
||||
setState(() {
|
||||
|
Reference in New Issue
Block a user