This commit is contained in:
2024-12-26 10:03:40 +08:00
parent 06f953c1bc
commit bed30d3cea

View File

@@ -163,6 +163,9 @@ class _BodyState extends State<_Body> {
break;
}
}
} else {
current = item.value['options']
.firstWhere((e) => e['value'] == current)['text'] ?? current;
}
yield ListTile(
title: Text((item.value['title'] as String).ts(source.key)),