mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: disk size (#252)
This commit is contained in:
@@ -182,7 +182,7 @@ class _LocalStoragePageState extends State<LocalStoragePage> {
|
||||
title: Text(fileName),
|
||||
subtitle: isDir
|
||||
? null
|
||||
: Text(stat.size.convertBytes, style: UIs.textGrey),
|
||||
: Text(stat.size.bytes2Str, style: UIs.textGrey),
|
||||
trailing: Text(
|
||||
stat.modified
|
||||
.toString()
|
||||
|
||||
Reference in New Issue
Block a user