mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 05:41:28 +03:00
feat: skip status for flutter
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user