feat: skip status for flutter

This commit is contained in:
Kingtous
2022-12-05 20:09:48 +08:00
parent cbc372991b
commit 97066080bf
4 changed files with 25 additions and 4 deletions

View File

@@ -458,7 +458,7 @@ class _FileManagerPageState extends State<FileManagerPage>
Wrap(
children: [
Text(
'${item.state.display()} ${max(0, item.fileNum)}/${item.fileCount} '),
'${item.display()} ${max(0, item.fileNum)}/${item.fileCount} '),
Text(
'${translate("files")} ${readableFileSize(item.totalSize.toDouble())} '),
Offstage(