mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-04 18:14:58 +08:00
@@ -247,7 +247,7 @@ class _CdnSelectDialogState extends State<CdnSelectDialog> {
|
||||
valueListenable: item,
|
||||
builder: (context, value, _) {
|
||||
return Text(
|
||||
item.value ?? '---',
|
||||
value ?? '---',
|
||||
style: const TextStyle(fontSize: 13),
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
|
||||
Reference in New Issue
Block a user